Gitweb:
http://git.kernel.org/?p=linux/kernel/git/davej/dracut.git;a=commit;h=75ec5873afdbf6a304fa2eddb9a789068e0476b6
Commit: 75ec5873afdbf6a304fa2eddb9a789068e0476b6
Parent: 7f64a3fee12dee23df22a154d617bc4e1baa33b2
Author: Victor Lowther <[email protected]>
AuthorDate: Fri Feb 13 04:42:57 2009 -0800
Committer: Dave Jones <[email protected]>
CommitDate: Mon Feb 16 13:56:42 2009 -0500
[PATCH 36/50] Move cat into the list of required executables
---
dracut | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dracut b/dracut
index c5f68c7..530524c 100755
--- a/dracut
+++ b/dracut
@@ -43,11 +43,11 @@ initdir=$(mktemp -d -t initramfs.XXXXXX)
trap 'rm -rf "$initdir"' 0 # clean up after ourselves no matter how we die.
# executables that we have to have
-exe="/bin/bash /bin/mount /bin/mknod /bin/mkdir /sbin/modprobe /sbin/udevd
/sbin/udevadm /sbin/nash /sbin/pidof /bin/sleep /usr/sbin/chroot /bin/echo"
+exe="/bin/bash /bin/mount /bin/mknod /bin/mkdir /sbin/modprobe /sbin/udevd
/sbin/udevadm /sbin/nash /sbin/pidof /bin/sleep /usr/sbin/chroot /bin/echo
/bin/cat"
lvmexe="/sbin/lvm"
cryptexe="/sbin/cryptsetup"
# and some things that are nice for debugging
-debugexe="/bin/ls /bin/cat /bin/ln /bin/ps /bin/grep /bin/more /bin/dmesg"
+debugexe="/bin/ls /bin/ln /bin/ps /bin/grep /bin/more /bin/dmesg"
# udev things we care about
udevexe="/lib/udev/vol_id /lib/udev/console_init"
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html