From e7a18c232a9b5bd2b68d749ea7c2ae99c3c07e09 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 20 Mar 2013 00:08:52 +0400 Subject: [PATCH] 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. --- conf.d/regular.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 0750bab1..ec8d98f5 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -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)