]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
base/install: make install of "less" optional
authorHarald Hoyer <harald@redhat.com>
Fri, 7 Jan 2011 11:05:42 +0000 (12:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 7 Jan 2011 11:05:42 +0000 (12:05 +0100)
modules.d/99base/install

index 57bf4bc1416c7171db18ac83be81e49d7038c388..4a18fbfa7acc5d5d0784f01471338ea8d1b62f44 100755 (executable)
@@ -2,7 +2,8 @@
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 
 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" || :)