regular.mk: add persistent storage capability
The persistent storage is a nice addition to LiveCD images; it doesn't come for free though in terms of performance (especially for the first boot), so it should stay optional. Note that use/live/rw belongs to base and not bare since otherwise rescue becomes rescue+live which is superfluous; hence the special use/rescue/rw.
This commit is contained in:
parent
429ce58608
commit
e7a18c232a
@ -7,8 +7,9 @@ distro/.regular-bare: distro/.base +vmguest +wireless \
|
||||
@$(call try,SAVE_PROFILE,yes)
|
||||
|
||||
# WM base target
|
||||
distro/.regular-base: distro/.regular-bare +live use/live/ru use/live/install \
|
||||
use/live/repo use/x11/3d-free use/luks use/branding
|
||||
distro/.regular-base: distro/.regular-bare +live \
|
||||
use/live/ru use/live/install use/live/repo use/live/rw \
|
||||
use/x11/3d-free use/luks use/branding
|
||||
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
|
||||
@$(call add,LIVE_LISTS,$(call tags,rescue extra))
|
||||
@$(call add,THE_BRANDING,indexhtml notes alterator)
|
||||
@ -69,7 +70,7 @@ distro/regular-razorqt: distro/.regular-desktop +razorqt +plymouth; @:
|
||||
|
||||
distro/regular-sugar: distro/.regular-gtk use/x11/sugar; @:
|
||||
|
||||
distro/regular-rescue: distro/.regular-bare use/rescue \
|
||||
distro/regular-rescue: distro/.regular-bare use/rescue/rw \
|
||||
use/syslinux/ui/menu use/hdt use/efi/refind
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user