Commit 5dd77933 authored by Anton Midyukov's avatar Anton Midyukov

live: use classic installer in use/live/install

Using a classic installer gives a number of advantages: - installation not only from a user session, but also in a separate boot mode, including via vnc - installation of additional packages, the ability not to put all the necessary packages in the live - no one is involved in the development of livecd-install
parent 66c4b6bc
......@@ -59,11 +59,7 @@ use/live/repo/online:
@$(call add,LIVE_PACKAGES,livecd-online-repo)
# alterator-based permanent installation
use/live/install: use/metadata use/xdg-user-dirs \
use/syslinux/localboot.cfg use/grub/localboot_bios.cfg \
use/bootloader/live use/bootloader/grub
@$(call add,LIVE_PACKAGES,livecd-install)
@$(call add,LIVE_PACKAGES,livecd-installer-features)
use/live/install: use/live-install/desktop; @:
# text-based installation script
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
......
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