diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-05-28 21:12:26 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-05-30 20:06:39 +0200 |
commit | 01b4ec4fef66c164cad1bf35eeda83bd3c53f2d1 (patch) | |
tree | 0246956aabef9cef692ed4e0bf45f288f93912dc /mkinitcpio.conf | |
parent | 96e616f06785f4c885ee9c2532a043e620ab07ba (diff) | |
download | mkinitcpio-01b4ec4fef66c164cad1bf35eeda83bd3c53f2d1.tar.gz mkinitcpio-01b4ec4fef66c164cad1bf35eeda83bd3c53f2d1.tar.xz |
update comments in config
This really should be moved into a man page.
FS#30042.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 0f97131..229fa05 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -8,9 +8,8 @@ MODULES="" # BINARIES # This setting includes any additional binaries a given user may -# wish into the CPIO image. This is run first, so it may be used to -# override the actual binaries used in a given hook. -# (Existing files are NOT overwritten if already added) +# wish into the CPIO image. This is run last, so it may be used to +# override the actual binaries included by a given hook # BINARIES are dependency parsed, so you may safely ignore libraries BINARIES="" @@ -56,14 +55,12 @@ FILES="" # HOOKS="base udev usb lvm2 filesystems" # ## NOTE: If you have /usr on a separate partition, you MUST include the -# fsck and shutdown hooks. +# usr, fsck and shutdown hooks. HOOKS="base udev autodetect pata scsi sata filesystems usbinput fsck" # COMPRESSION -# Use this to compress the initramfs image. With kernels earlier than -# 2.6.30, only gzip is supported, which is also the default. Newer kernels -# support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz -# compression. +# Use this to compress the initramfs image. By default, gzip compression +# is used. Use 'cat' to create an uncompressed image. #COMPRESSION="gzip" #COMPRESSION="bzip2" #COMPRESSION="lzma" |