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 /update-initramfs.8 | |
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 'update-initramfs.8')
-rw-r--r-- | update-initramfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update-initramfs.8 b/update-initramfs.8 index 7ab8b3f..71f2500 100644 --- a/update-initramfs.8 +++ b/update-initramfs.8 @@ -20,8 +20,8 @@ It keeps track of the existing initramfs archives in /boot. There are three modes of operation create, update or delete. You must at least specify one of those modes. -The initramfs is an cpio archive. -At boot time, the kernel unpacks that archive into ram disk, mounts and +The initramfs is a gzipped cpio archive. +At boot time, the kernel unpacks that archive into RAM disk, mounts and uses it as initial root file system. All finding of the root device happens in this early userspace. |