Commit 595dfc2d authored by Michael Shigorin's avatar Michael Shigorin

test.mk: initial live-efi, icewm-efi

Both do require postprocessing (see http://www.altlinux.org/UEFI) until mkimage receives xorriso support and efiboot.img is passed down there somehow, but it's beta than nothin' so far.
parent 653b8e1d
......@@ -19,6 +19,12 @@ distro/live-gns3: distro/live-icewm
@$(call add,LIVE_LISTS,gns3)
@$(call add,LIVE_KMODULES,kvm virtualbox)
distro/live-efi: distro/live-install use/efi
@$(call set,KFLAVOURS,un-def) ### CONFIG_FB_EFI
distro/icewm-efi: distro/icewm use/efi/debug use/firmware
@$(call add,INSTALL2_PACKAGES,strace)
distro/server-systemd: distro/server-mini use/systemd
@$(call set,KFLAVOURS,std-def)
......
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