diff options
author | maximilian attems <maks@debian.org> | 2006-07-12 18:21:16 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-07-12 18:21:16 +0200 |
commit | 50586c0818aa8de3ba3aa1c105acbe31537a9be1 (patch) | |
tree | 3b58eab0db38393168cca8569fa213056974732a /update-initramfs.8 | |
parent | f82a46fac97eee643cbd8600657f533a6e31665f (diff) | |
download | initramfs-tools-50586c0818aa8de3ba3aa1c105acbe31537a9be1.tar.gz initramfs-tools-50586c0818aa8de3ba3aa1c105acbe31537a9be1.zip |
- rename suspend boot script in resume
- update-initramfs add -b bootdif flag
document it
- check for noresume arg in init
Diffstat (limited to 'update-initramfs.8')
-rw-r--r-- | update-initramfs.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update-initramfs.8 b/update-initramfs.8 index 71f2500..9590ca3 100644 --- a/update-initramfs.8 +++ b/update-initramfs.8 @@ -11,6 +11,7 @@ update-initramfs \- generate an initramfs image .RB [ \-u ] .RB [ \-t ] .RB [ \-v ] +.RB [ \-b ] .RB [ \-h ] .SH DESCRIPTION The @@ -53,6 +54,10 @@ This option increases the amount of information you are given during the chosen action. .TP +\fB \-b +Set an different bootdir for the image creation. + +.TP \fB \-h Print a short help page describing the available options in .B update-initramfs. |