From c404a3d7ebdd9df4ebaad0d9321cdf8f275ec356 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 8 Apr 2008 17:17:59 +0200 Subject: initramfs-tools.8: Small documentation fixes. * document panic= 0 behaviour * simplify debug cmd --- initramfs-tools.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 317fdc8..66565f5 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -97,6 +97,7 @@ Use blacklist=module1,module2,module3 bootparameter. .TP \fB \fI panic sets an timeout on panic. +panic=0 is a documented security feature: it disables the debug shell. .TP \fB \fI debug @@ -442,7 +443,7 @@ to double-check if it contains the relevant binaries, libs or modules: .nf mkdir tmp/initramfs cd tmp/initramfs -gunzip \-c \-9 /boot/initrd.img\-2.6.18\-1\-686 | \\ +gunzip \-c /boot/initrd.img\-2.6.18\-1\-686 | \\ cpio \-i \-d \-H newc \-\-no\-absolute\-filenames .fi .RE -- cgit v1.2.3