--- /etc/rc.d/rc.sysinit 2006-11-22 10:08:57.000000000 +0100 +++ /mnt/livecd/etc/rc.d/rc.sysinit 2006-11-30 06:05:01.000000000 +0100 @@ -975,6 +975,16 @@ #} #fi +# Autoconfigure xorg.conf +echo "Autoconfiguring X Windows" +system-config-display --noui --reconfig --set-resolution=1024x768 + +# Ask user to set the root's password +echo "" +echo "Please set the password for root: " +passwd root + + # Let rhgb know that we're leaving rc.sysinit if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then /usr/bin/rhgb-client --sysinit