--- x-setup.orig 2009-09-21 18:44:34.000000000 -0400 +++ x-setup 2009-09-21 20:44:29.000000000 -0400 @@ -1,12 +1,11 @@ #!/bin/bash -# Check for an xorg.conf if [ ! -e /etc/X11/xorg.conf ] then - echo "ERROR: /etc/X11/xorg.conf cannot be found! Exiting" - exit 1 + touch /etc/X11/xorg.conf fi + if [ -f /sbin/livecd-functions.sh ] then source /sbin/livecd-functions.sh