mkimage-profiles/conf.d/simply.mk
Michael Shigorin 21325bb436 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.
2012-05-06 19:17:10 +03:00

12 lines
308 B
Makefile

# simply images
ifeq (distro,$(IMAGE_CLASS))
distro/live-simply: distro/.livecd-install use/isohybrid use/slinux \
use/systemd use/firmware/wireless use/x11/drm use/x11/3d-proprietary \
use/branding/complete
@$(call add,THE_PACKAGES,apt-conf-sisyphus)
@$(call add,THE_LISTS,slinux/live-install)
endif