diff options
author | Chris Lumens <clumens@redhat.com> | 2009-07-21 14:14:28 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-07-21 14:14:28 -0400 |
commit | 8fc46a274b12a2a937698de5158a1671f7f65c7a (patch) | |
tree | 047f01461d96afc7f2302fe62984ed17eadc4f08 | |
parent | 2181248f7c5b88a61384dcca5a87799c061de9b1 (diff) | |
download | anaconda-8fc46a274b12a2a937698de5158a1671f7f65c7a.tar.gz anaconda-8fc46a274b12a2a937698de5158a1671f7f65c7a.tar.xz anaconda-8fc46a274b12a2a937698de5158a1671f7f65c7a.zip |
Add more things to /sbin on the initrd that udev requires.
-rwxr-xr-x | scripts/mk-images | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index beeef99e6..eb31027db 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -718,6 +718,11 @@ makeinitrd() { ) # Misc + instbin $IMGPATH /usr/bin/ln $MBD_DIR /sbin/ln + instbin $IMGPATH /usr/bin/readlink $MBD_DIR /sbin/readlink + instbin $IMGPATH /usr/bin/rm $MBD_DIR /sbin/rm + instbin $IMGPATH /usr/bin/rmdir $MBD_DIR /sbin/rmdir + instbin $IMGPATH /usr/bin/sed $MBD_DIR /sbin/sed instbin $IMGPATH /usr/bin/sleep $MBD_DIR /sbin/sleep # Indirect dependencies |