Commit cbb94da6 authored by Michael Shigorin's avatar Michael Shigorin

live.mk: added rw capability to live-builder

It might benefit the existing users to be able to configure the build node persistently across reboots; though the need for something like NFS overlay or repo settings piggybacked over DHCP is still there (just ask ildar@).
parent d57c9f19
......@@ -28,7 +28,8 @@ distro/live-builder-mini: distro/.live-base use/dev/mkimage use/dev \
@$(call add,LIVE_PACKAGES,qemu-user-binfmt_misc)
@$(call add,LIVE_PACKAGES,zsh sudo)
distro/live-builder: distro/live-builder-mini use/live/repo use/dev/repo
distro/live-builder: distro/live-builder-mini \
use/live/rw use/live/repo use/dev/repo
@$(call add,MAIN_LISTS,$(call tags,live builder))
@$(call add,MAIN_PACKAGES,syslinux pciids memtest86+ mkisofs)
......
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