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/upd-instroot | |
| 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/upd-instroot')
| -rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 7a231813f..a1dff1718 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -190,7 +190,7 @@ PACKAGES="GConf2 NetworkManager ORBit2 acl anaconda system-config-keyboard ${brandpkgname}-logos ${brandpkgname}-release taipeifonts tcp_wrappers tzdata udev un-core-dotum-fonts urw-fonts util-linux-ng tigervnc-server tigervnc-server-module vlgothic-fonts vim-minimal - wpa_supplicant xkeyboard-config xfsprogs xorg-x11-xauth + wget wpa_supplicant xkeyboard-config xfsprogs xorg-x11-xauth xorg-x11-drivers xorg-x11-font-utils xorg-x11-fonts-ethiopic xorg-x11-fonts-misc xorg-x11-server-utils xorg-x11-server-Xorg xorg-x11-xkb-utils xorg-x11-xfs yum @@ -522,6 +522,7 @@ usr/bin/udev* usr/bin/uniq usr/bin/vncconfig usr/bin/vncpasswd +usr/bin/wget usr/bin/xkbcomp usr/bin/xrandr usr/bin/zenity |
