The branch, RHEL-6 has been updated
via f4dad880857d7c2f11d27cf8450071754e9a3ac7 (commit)
from cbea975b987fb994c0911c94ea6c83743dead60e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f4dad880857d7c2f11d27cf8450071754e9a3ac7
Author: Harald Hoyer <[email protected]>
Date: Fri Jan 28 13:26:03 2011 +0100
base: install "less" optionally
diff --git a/modules.d/99base/install b/modules.d/99base/install
index c0dff8c..a317442 100755
--- a/modules.d/99base/install
+++ b/modules.d/99base/install
@@ -1,6 +1,7 @@
#!/bin/bash
dracut_install mount mknod mkdir modprobe pidof sleep chroot \
- sed ls flock cp mv dmesg rm ln rmmod mkfifo less
+ sed ls flock cp mv dmesg rm ln rmmod mkfifo
+dracut_install -o less
if [ ! -e "${initdir}/bin/sh" ]; then
dracut_install bash
(ln -s bash "${initdir}/bin/sh" || :)
-----------------------------------------------------------------------
Summary of changes:
modules.d/99base/install | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
dracut - Initramfs generator using udev
--
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