livecd-rootfs/live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot

6 lines
213 B
Bash
Executable File

#! /bin/sh
for f in checkroot.sh checkroot-bootclean.sh checkfs.sh mountkernfs.sh mountdevsubfs.sh mountall.sh mountnfs.sh mountnfs-bootclean.sh mountall-bootclean.sh; do
echo '#!/bin/true' >/etc/init.d/$f
done