From 3ee7a7bd375ff9b99a2a82fbc39a6dc873b0ce1a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 4 Apr 2006 15:51:23 +0000 Subject: We need the modes files in minstg2 for certain text kickstart installs to work. --- scripts/upd-instroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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 -- cgit