diff options
author | Chris Lumens <clumens@redhat.com> | 2006-04-04 15:51:23 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-04-04 15:51:23 +0000 |
commit | 3ee7a7bd375ff9b99a2a82fbc39a6dc873b0ce1a (patch) | |
tree | ff2d7db854268047a0d987da85fd7283856c8aa1 | |
parent | c6bcee1ba8180741c3e9651b81c48d870d763dd9 (diff) | |
download | anaconda-3ee7a7bd375ff9b99a2a82fbc39a6dc873b0ce1a.tar.gz anaconda-3ee7a7bd375ff9b99a2a82fbc39a6dc873b0ce1a.tar.xz anaconda-3ee7a7bd375ff9b99a2a82fbc39a6dc873b0ce1a.zip |
We need the modes files in minstg2 for certain text kickstart installs to work.
-rwxr-xr-x | scripts/upd-instroot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 1e2446020..407e6884f 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -121,7 +121,7 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux policy policycoreutils pyparted xorg-x11 selinux-policy-targeted libstdc++ expat libgcc readline ncurses yum python-sqlite python-elementtree pykickstart e2fsprogs-libs iscsi-initiator-utils - db4 rhpxl" + db4 rhpxl xorg-x11-server-Xorg" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES pcmciautils kernel-utils" @@ -462,6 +462,8 @@ usr/share/hwdata/videoaliases usr/share/hwdata/videoaliases/* usr/share/hwdata/videodrivers usr/share/hwdata/MonitorsDB +usr/share/xorg/extramodes +usr/share/xorg/vesamodes EOF if [ $ARCH = s390 -o $ARCH = s390x ]; then @@ -766,8 +768,6 @@ usr/share/terminfo/v/vt100-nav usr/share/themes/Clearlooks/gtk-2.0/* usr/share/themes/Clearlooks/index.theme usr/share/vte/termcap/xterm -usr/share/xorg/extramodes -usr/share/xorg/vesamodes usr/share/zoneinfo/zone.tab EOF |