summaryrefslogtreecommitdiff
path: root/initramfs-tools.8
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r--initramfs-tools.84
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 4ce53d3..690505f 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -1,4 +1,4 @@
-.TH INITRAMFS-TOOLS 8 "Date: 2006/10/11" "" "mkinitramfs script overview"
+.TH INITRAMFS-TOOLS 8 "Date: 2006/10/14" "" "mkinitramfs script overview"
.SH NAME
initramfs-tools \- an introduction to writing scripts for mkinitramfs
@@ -438,7 +438,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.17-2-686 | \\
+gunzip -c -9 /boot/initrd.img-2.6.18-1-686 | \\
cpio -i -d -H newc --no-absolute-filenames
.fi
.RE