summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-17 17:37:51 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-18 10:11:22 -1000
commit4227498343144cf5b3b8a48d0b5fbc55c34cd6fb (patch)
tree2c4836620befba48bddabfc52e2c32580d8ad1a3 /scripts/mk-images
parent886f2d46176ac497c0d0e794b4d6c6f14e482be4 (diff)
downloadanaconda-4227498343144cf5b3b8a48d0b5fbc55c34cd6fb.tar.gz
anaconda-4227498343144cf5b3b8a48d0b5fbc55c34cd6fb.tar.xz
anaconda-4227498343144cf5b3b8a48d0b5fbc55c34cd6fb.zip
Call 'udevadm settle' instead of 'udevsettle'.
Log file had a message telling us to use 'udevadm settle' instead of 'udevsettle' and that udevsettle support as argv[0] will be removed in the future. This patch changes loader to call 'udevadm settle'. [rawhide]
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index a405df792..a8c5bdbd3 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -618,7 +618,6 @@ makeinitrd() {
instbin $IMGPATH /usr/sbin/udevd $MBD_DIR /sbin/udevd
instbin $IMGPATH /usr/sbin/udevadm $MBD_DIR /sbin/udevadm
instbin $IMGPATH /usr/bin/udevinfo $MBD_DIR /sbin/udevinfo
- ln -s udevadm $MBD_DIR/sbin/udevsettle
instbin $IMGPATH /usr/bin/bash $MBD_DIR /sbin/bash
( cd $MBD_DIR/sbin ; ln -sf bash sh )