Commit 93bdf894 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Roman Alifanov

education-lite-live: set LiveCD with session as default boot option

parent 74f51813
...@@ -79,6 +79,7 @@ endif ...@@ -79,6 +79,7 @@ endif
mixin/education-lite-live: \ mixin/education-lite-live: \
use/live/suspend \ use/live/suspend \
use/live/repo use/live/x11 use/live/rw \ use/live/repo use/live/x11 use/live/rw \
use/grub/timeout/1 use/syslinux/timeout/10 \
use/cleanup/live-no-cleanupdb use/cleanup/live-no-cleanupdb
@$(call add,LIVE_PACKAGES,livecd-timezone) @$(call add,LIVE_PACKAGES,livecd-timezone)
@$(call add,LIVE_PACKAGES,mc-full) @$(call add,LIVE_PACKAGES,mc-full)
...@@ -87,6 +88,8 @@ mixin/education-lite-live: \ ...@@ -87,6 +88,8 @@ mixin/education-lite-live: \
@$(call add,LIVE_LISTS,education/live-lite) @$(call add,LIVE_LISTS,education/live-lite)
@$(call add,CONTROL,tcb_chkpwd:tcb) @$(call add,CONTROL,tcb_chkpwd:tcb)
@$(call add,DEFAULT_SERVICES_ENABLE,cups) @$(call add,DEFAULT_SERVICES_ENABLE,cups)
@$(call set,GRUB_DEFAULT,session)
@$(call set,SYSLINUX_DEFAULT,session)
mixin/education-base: \ mixin/education-base: \
use/l10n/default/ru_RU +vmguest \ use/l10n/default/ru_RU +vmguest \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment