diff options
author | Chris Lumens <clumens@redhat.com> | 2008-09-03 12:14:10 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-09-03 12:14:10 -0400 |
commit | 01811da3aa67a81c8aa5ffd941bd734a35e4c95c (patch) | |
tree | 65a4e06f9ee392d2ebc73d057704d310728c9e3d /scripts/upd-instroot | |
parent | 8525326c75a6e72109c5b9edb34b59d7f927baae (diff) | |
download | anaconda-01811da3aa67a81c8aa5ffd941bd734a35e4c95c.tar.gz anaconda-01811da3aa67a81c8aa5ffd941bd734a35e4c95c.tar.xz anaconda-01811da3aa67a81c8aa5ffd941bd734a35e4c95c.zip |
Add xrandr back into the install.img (#458738).
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index af63c322c..f3be00f78 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -168,7 +168,8 @@ PACKAGES="acl anaconda anaconda-runtime attr audit-libs bash beecrypt beecrypt sqlite system-config-date system-release tzdata util-linux-ng Xconfigurator xfsdump xfsprogs xorg-x11 xorg-x11-server-Xorg yum yum-fedorakmod yum-metadata-parser zlib NetworkManager - anaconda-yum-plugins dbus iputils PolicyKit initscripts wpa_supplicant" + anaconda-yum-plugins dbus iputils PolicyKit initscripts wpa_supplicant + xorg-x11-server-utils" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES glibc.i386 openssl.i386" @@ -509,6 +510,7 @@ usr/bin/uniq usr/bin/vncconfig usr/bin/vncpasswd usr/bin/xkbcomp +usr/bin/xrandr usr/bin/zenity usr/lib/anaconda usr/lib/anaconda-runtime |