diff options
author | maximilian attems <maks@debian.org> | 2006-07-24 09:13:28 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-07-24 09:13:28 +0200 |
commit | 8761821795732a9755d673e92fb45ac9202270df (patch) | |
tree | 2f6f5d1fc992df86554fa484e477a040ddf03d4c /mkinitramfs.8 | |
parent | 475bcbc9d6eefe90de6efe424bfb5bcca999fbc7 (diff) | |
download | initramfs-tools-8761821795732a9755d673e92fb45ac9202270df.tar.gz initramfs-tools-8761821795732a9755d673e92fb45ac9202270df.zip |
- add BUSYBOX section to conf
- add myri10ge, smc911x and hptiop modules
- fix check_minkver() logic
- escape resume variables
- fix SEE ALSO section in all manpages
- source /usr/share/initramfs-tools/conf.d/*
- check against modules.dep before running depmod
- more verbose output
- open console with -i for dash interactive
- fix resume param by LABEL or UUID
- lvm has new prereq mdadm
- update-initramfs fix -v calling
- functions/scripts replace basename usage with shell expansion
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r-- | mkinitramfs.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8 index 3dc2e2e..65f6203 100644 --- a/mkinitramfs.8 +++ b/mkinitramfs.8 @@ -13,9 +13,12 @@ mkinitramfs \- generate an initramfs image .RB [ \-r .IR root ] .RI [ version ] + .B mkinitramfs .RB [ \-\-supported-host-version= .IR hversion ] + +.B mkinitramfs .RB [ \-\-supported-target-version= .IR tversion ] @@ -90,5 +93,7 @@ The initramfs-tools are written by Jeff Bailey <jbailey@ubuntu.com>. This manual is maintained by Maximilian Attems <maks@sternwelten.at>. .SH SEE ALSO - -.BR initramfs.conf (5), initramfs-tools (8), update-initramfs (8) +.BR +.IR initramfs.conf (5), +.IR initramfs-tools (8), +.IR update-initramfs (8). |