Add the clear command to the initrd.img (#586499)
This has to be in initrd.img so it can be used in %pre
section of kickstart files.
---
scripts/mk-images | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index 723fe15..2959701 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -823,6 +823,7 @@ makeinitrd() {
instbin $IMGPATH /usr/bin/wget $MBD_DIR /sbin/wget
instbin $IMGPATH /usr/bin/chvt $MBD_DIR /sbin/chvt
instbin $IMGPATH /usr/bin/eject $MBD_DIR /sbin/eject
+ instbin $IMGPATH /usr/bin/clear $MBD_DIR /sbin/clear
# Indirect dependencies
for nsslib in freebl3 softokn3 nssdbm3 ; do
--
1.6.6.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list