Commit 3038cf6d authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: care for pre-existing filesystems too

The installed livecd would lack fstab entries for the filesystems other than those mounted explicitly during partition step; while this might be considered either bug or feature, let's try that and see.
parent e319472b
......@@ -12,6 +12,7 @@ distro/.regular-base: distro/.regular-bare +vmguest +live \
use/x11/3d-free use/branding
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,THE_BRANDING,indexhtml notes alterator)
@$(call add,THE_BRANDING,graphics)
......
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