All of lore.kernel.org
 help / color / mirror / Atom feed
* [dracut GIT] branch, RHEL-6, updated. f4dad880857d7c2f11d27cf8450071754e9a3ac7
@ 2011-02-02 16:42 Harald Hoyer
  0 siblings, 0 replies; only message in thread
From: Harald Hoyer @ 2011-02-02 16:42 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-02 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-02 16:42 [dracut GIT] branch, RHEL-6, updated. f4dad880857d7c2f11d27cf8450071754e9a3ac7 Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.