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