2 Feb 2011 17:42
[dracut GIT] branch, RHEL-6, updated. f4dad880857d7c2f11d27cf8450071754e9a3ac7
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 <harald@...>
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
<at> <at> -1,6 +1,7 <at> <at>
#!/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" || :)
-----------------------------------------------------------------------
(Continue reading)
RSS Feed