summaryrefslogtreecommitdiff
path: root/initramfs-tools.8
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-12-21 10:18:28 +0100
committermaximilian attems <maks@debian.org>2006-12-21 10:18:28 +0100
commitd21a00a23405d1db81ab05a12342145276ef2af0 (patch)
tree64e8269df1d96e074cb2eb39476b7b1bbf147229 /initramfs-tools.8
parentc03e70312632212c516acac750cb5ec0ef4b33cb (diff)
downloadinitramfs-tools-d21a00a23405d1db81ab05a12342145276ef2af0.tar.gz
initramfs-tools-d21a00a23405d1db81ab05a12342145276ef2af0.zip
- revert busybox hardlinking it's utitilites
- add drivers/ata - rework the framebuffer boot script - small docs changes
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 690505f..e280ba4 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -189,7 +189,7 @@ initramfs image.
.RS
.PP
.B Example:
-copy_modules_dir kernel/drivers/pci/foobar
+copy_modules_dir kernel/drivers/ata
.RE
.SS Including binaries
@@ -197,7 +197,7 @@ If you need to copy binaries to the initramfs module, a command like this
should be used:
.PP
.RS
-copy_exec /sbin/mdadm "${DESTDIR}/sbin"
+copy_exec /sbin/mdadm /sbin
.RE
mkinitramfs will automatically detect which libraries the executable depends on