mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
6 lines
213 B
Bash
Executable File
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
|