summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-06-22 20:50:14 +0200
committermaximilian attems <maks@debian.org>2006-06-22 20:50:14 +0200
commit0754335a68ecc127f73dd5c42fa042928952b579 (patch)
tree853f8bfef5bb0ebef364df9c7ca076f675222cb7 /init
parentd471f025bf9e5ff0217cc387250be4a410a90aba (diff)
downloadinitramfs-tools-0754335a68ecc127f73dd5c42fa042928952b579.tar.gz
initramfs-tools-0754335a68ecc127f73dd5c42fa042928952b579.zip
rephrase docs
remove cp modules from postinstall, install confdir lots of small polishing thanks to Sesse review don't use touch on init
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 5e2084f..2c25295 100755
--- a/init
+++ b/init
@@ -16,7 +16,7 @@ if [ -e /etc/udev/udev.conf ]; then
. /etc/udev/udev.conf
fi
mount -t tmpfs -o size=$tmpfs_size,mode=0755 udev /dev
-touch /dev/.initramfs-tools
+> /dev/.initramfs-tools
mkdir /dev/.initramfs
mknod /dev/console c 5 1
mknod /dev/null c 1 3