diff options
author | maximilian attems <maks@debian.org> | 2007-08-07 01:19:38 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-08-07 01:19:38 +0200 |
commit | e23c0a34f51d053357fd6c171cd8edfd38bc3df0 (patch) | |
tree | 298d86b0be15a4ba9e865422f4a1eba00a76a7e2 /initramfs-tools.8 | |
parent | 494e8cf2560b3d139273513899164219c7c2ae98 (diff) | |
download | initramfs-tools-e23c0a34f51d053357fd6c171cd8edfd38bc3df0.tar.gz initramfs-tools-e23c0a34f51d053357fd6c171cd8edfd38bc3df0.zip |
scripts/functions: Implement non-zero panic boot arg
sleep the passed time and then call reboot.
works as arg can only be numeric.
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r-- | initramfs-tools.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index be4de54..3708575 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -1,4 +1,4 @@ -.TH INITRAMFS-TOOLS 8 "Date: 2007/04/09" "" "mkinitramfs script overview" +.TH INITRAMFS-TOOLS 8 "Date: 2007/07/07" "" "mkinitramfs script overview" .SH NAME initramfs-tools \- an introduction to writing scripts for mkinitramfs @@ -96,7 +96,7 @@ Use blacklist=module1,module2,module3 bootparameter. .TP \fB \fI panic -sets an timeout on panic. Currently only zero value supported. +sets an timeout on panic. .TP \fB \fI debug |