3d78fd75e4
It was actually trivial given that the script was already maintained as a package by enp@ and msp@; its usage requires one to manually partition the target disk and optionally mkswap in advance.
14 lines
416 B
Makefile
14 lines
416 B
Makefile
use/live: use/stage2 sub/stage2/live
|
|
@$(call add_feature)
|
|
|
|
use/live/base: use/live use/syslinux/ui-menu
|
|
@$(call add,LIVE_LISTS,$(call tags,base && (live || network)))
|
|
|
|
use/live/icewm: use/live/base
|
|
@$(call add,LIVE_LISTS,\
|
|
$(call tags,(base || desktop) && (live || network || icewm)))
|
|
|
|
# this is a manual installation script (text-based)
|
|
use/live/install: use/live/base
|
|
@$(call add,LIVE_PACKAGES,live-install)
|