diff options
author | maximilian attems <maks@debian.org> | 2006-08-12 09:44:49 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-08-12 09:44:49 +0200 |
commit | 659764e8cdb1dbffd4860348c113a5834ed4e09b (patch) | |
tree | 761801bd10be4a25b2a405b5cf3c70f2a83046ba /mkinitramfs.8 | |
parent | 9bd9dc139d5001f7fce1245b2854080859fba9de (diff) | |
download | initramfs-tools-659764e8cdb1dbffd4860348c113a5834ed4e09b.tar.gz initramfs-tools-659764e8cdb1dbffd4860348c113a5834ed4e09b.zip |
- really remove hooks/lvm
- mkinitramfs: fix conf.d handling, thanks to vagrant patch
- mkinitramfs.8: document conf.d usage
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r-- | mkinitramfs.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8 index 65f6203..9041ba6 100644 --- a/mkinitramfs.8 +++ b/mkinitramfs.8 @@ -1,4 +1,4 @@ -.TH MKINITRAMFS 8 "$Date: 2006/02/17 $" "" "mkinitramfs manual" +.TH MKINITRAMFS 8 "$Date: 2006/08/12 $" "" "mkinitramfs manual" .SH NAME mkinitramfs \- generate an initramfs image @@ -83,6 +83,12 @@ which is described in .BR modules (5). .TP +.I /etc/initramfs-tools/conf.d +The conf.d directory allows to hardcode bootargs at initramfs build time +via config snippets. This allows to set ROOT or RESUME. +This is especially useful for bootloaders, which do not pass an root bootarg. + +.TP .I /etc/initramfs-tools/DSDT.aml If this file exists, it will be appended to the initramfs in a way that causes it to be loaded by ACPI. |