Skip to content

Commit

Permalink
education-lite-live: set LiveCD with session as default boot option
Browse files Browse the repository at this point in the history
  • Loading branch information
sibskull authored and antohami committed Jun 5, 2023
1 parent e15652b commit 7ea05a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.d/education.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ endif
mixin/education-lite-live: \
use/live/suspend \
use/live/repo use/live/x11 use/live/rw \
use/grub/timeout/1 use/syslinux/timeout/10 \
use/cleanup/live-no-cleanupdb
@$(call add,LIVE_PACKAGES,livecd-timezone)
@$(call add,LIVE_PACKAGES,mc-full)
Expand All @@ -87,6 +88,8 @@ mixin/education-lite-live: \
@$(call add,LIVE_LISTS,education/live-lite)
@$(call add,CONTROL,tcb_chkpwd:tcb)
@$(call add,DEFAULT_SERVICES_ENABLE,cups)
@$(call set,GRUB_DEFAULT,session)
@$(call set,SYSLINUX_DEFAULT,session)

mixin/education-base: \
use/l10n/default/ru_RU +vmguest \
Expand Down

0 comments on commit 7ea05a1

Please sign in to comment.