Commit 2b233fff authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: allow EFI boot to make/use RW overlay

propagator-20150306-alt1 and make-initrd-propagator-0.25-alt1 have made it actually possible to use resulting LiveCD images along with USB flash media to achieve data persistence that's been long available for BIOS boot mode (see also #28289). This isn't perfect but let's try flipping the switch: all desktop regular builds are now "live_rw" by default in EFI mode. This requires mkimage >= 0.2.17.
parent 8a859a29
......@@ -16,6 +16,7 @@ distro/.regular-x11: distro/.regular-base use/x11/wacom +vmguest \
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
@$(call add,DEFAULT_SERVICES_ENABLE,gpm)
@$(call add,EFI_BOOTARGS,live_rw)
# common WM live/installer bits
mixin/regular-desktop: use/x11/xorg use/sound use/xdg-user-dirs
......
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