Fix docache mode, add guest autologin to CLDG

master
Mike Hiretsky 14 years ago
parent c7178526ad
commit 21840d421e

@ -4,6 +4,8 @@ CHANGE LOG
* Delete support Anticipatory Scheduler.
* Add setting of gdm.
* Fix system installation from LiveDVD/LiveUSB in builder mode.
* Fix ejecting for liveCD boot in mode "docache".
* Add guest autologin to liveCD of CLDG.
1.3.9
* Add change partition id for system installation.

@ -28,7 +28,8 @@ start() {
esac
done
# if found caching image on RAM - eject CD
if [ -f /mnt/livecd.* -a "${NOEJECT}" != "1" ];
if [ -f /mnt/livecd.* -a "${NOEJECT}" != "1" ] ||
[ -f /mnt/squash/livecd.* -a "${NOEJECT}" != "1" ];
then
eject
fi

@ -2,3 +2,17 @@
Browser=true
GraphicalTheme=calculate
GraphicalThemes=calculate
[daemon]
#?load!=ram#
AutomaticLoginEnable=false
AutomaticLoginUser=
#load#
#?load=ram&pass=install#
AutomaticLoginEnable=false
AutomaticLoginUser=
#load#
#?load=ram&pass!=install#
AutomaticLoginEnable=true
AutomaticLogin=guest
#load#

Loading…
Cancel
Save