diff options
author | maximilian attems <maks@debian.org> | 2006-06-22 20:50:14 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-06-22 20:50:14 +0200 |
commit | 0754335a68ecc127f73dd5c42fa042928952b579 (patch) | |
tree | 853f8bfef5bb0ebef364df9c7ca076f675222cb7 /init | |
parent | d471f025bf9e5ff0217cc387250be4a410a90aba (diff) | |
download | initramfs-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-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |