From 63b5ba4103b6494fe25327a56ea34ebcb0a07833 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jun 16 2011 13:08:30 +0000 Subject: Fixed the fact that liveinst doesn't start in gui mode if not enough ram in the machine - switching to terminal mode --- diff --git a/ks/centos6-liveCD-desktop.cfg b/ks/centos6-liveCD-desktop.cfg index 17e1120..17d326c 100644 --- a/ks/centos6-liveCD-desktop.cfg +++ b/ks/centos6-liveCD-desktop.cfg @@ -543,6 +543,9 @@ sed -i "s/rhgb/rhgb vga=791/g" \$LIVE_ROOT/isolinux/isolinux.cfg # Disabling auto lvm/disk mount (that will crash the "Install to Hard Drive feature") sed -i "s/quiet/quiet nodiskmount nolvmmount/g" \$LIVE_ROOT/isolinux/isolinux.cfg +# Fix the "liveinst doesn't start in gui mode when not enough memory available" - switching to terminal mode +sed -i "s/Terminal=false/Terminal=true/" \$LIVE_ROOT/home/centoslive/Desktop/liveinst.desktop + EOF_postnochroot /bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log diff --git a/ks/centos6-liveDVD-desktop.cfg b/ks/centos6-liveDVD-desktop.cfg index 2311c0a..1130c88 100644 --- a/ks/centos6-liveDVD-desktop.cfg +++ b/ks/centos6-liveDVD-desktop.cfg @@ -564,6 +564,9 @@ sed -i "s/rhgb/rhgb vga=791/g" \$LIVE_ROOT/isolinux/isolinux.cfg # Disabling auto lvm/disk mount (that will crash the "Install to Hard Drive feature") sed -i "s/quiet/quiet nodiskmount nolvmmount/g" \$LIVE_ROOT/isolinux/isolinux.cfg +# Fix the "liveinst doesn't start in gui mode when not enough memory available" - switching to terminal mode +sed -i "s/Terminal=false/Terminal=true/" \$LIVE_ROOT/home/centoslive/Desktop/liveinst.desktop + EOF_postnochroot /bin/bash -x /root/postnochroot-install 2>&1 | tee /root/postnochroot-install.log