diff options
author | Chris Lumens <clumens@redhat.com> | 2009-10-02 10:48:09 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-10-02 10:48:09 -0400 |
commit | aa7b24e979ae1902d685ec52967e2cd63a07d570 (patch) | |
tree | 2ca8a502d4ff1867237eb5e3c057d70d2e59da59 /scripts/mk-images | |
parent | de15ff19f44f5b55c2a24ffc16e5ca123eef1734 (diff) | |
download | anaconda-aa7b24e979ae1902d685ec52967e2cd63a07d570.tar.gz anaconda-aa7b24e979ae1902d685ec52967e2cd63a07d570.tar.xz anaconda-aa7b24e979ae1902d685ec52967e2cd63a07d570.zip |
Add wget to the initrd, which is required for rhts.
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index cfe62d3a1..3d32d7df7 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -780,6 +780,7 @@ makeinitrd() { instbin $IMGPATH /usr/bin/sed $MBD_DIR /sbin/sed instbin $IMGPATH /usr/bin/sleep $MBD_DIR /sbin/sleep instbin $IMGPATH /usr/bin/touch $MBD_DIR /sbin/touch + instbin $IMGPATH /usr/bin/wget $MBD_DIR /sbin/wget # Indirect dependencies install -m 755 $IMGPATH/$LIBDIR/libfreebl3.so $MBD_DIR/$LIBDIR/ |