Commit 21325bb4 authored by Michael Shigorin's avatar Michael Shigorin

simply += localboot

It's a bit simpler to choose "boot from hdd" than to eject a disk/ISO. No need for the specific apt-conf either.
parent d66d8294
......@@ -31,7 +31,7 @@ distro/live-builder: distro/.live-base use/dev/mkimage use/dev/repo
distro/live-install: distro/.live-base use/syslinux/localboot.cfg
@$(call add,LIVE_PACKAGES,live-install)
distro/.livecd-install: distro/.live-base
distro/.livecd-install: distro/.live-base use/syslinux/localboot.cfg
@$(call add,LIVE_PACKAGES,livecd-install)
distro/live-icewm: distro/.live-desktop use/live/autologin +icewm; @:
......
......@@ -7,6 +7,5 @@ distro/live-simply: distro/.livecd-install use/isohybrid use/slinux \
use/branding/complete
@$(call add,THE_PACKAGES,apt-conf-sisyphus)
@$(call add,THE_LISTS,slinux/live-install)
@$(call add,THE_PACKAGES,apt-conf-sisyphus) ###
endif
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