Commit fbe571e2 authored by Michael Shigorin's avatar Michael Shigorin

armh.mk: forward-ported vm/arm-server

Thanks glebfm@ for nudging me to do this; initial draft was the very firsh armh distro target successfully built and tested but the effort has refocused onto nexus7 ones with cubox images joining the party a bit later. Now it's the time for all good servers...
parent 5ef82917
...@@ -71,6 +71,11 @@ vm/cubox-tde: vm/.cubox-base use/net-eth/dhcp use/x11-autostart +tde ...@@ -71,6 +71,11 @@ vm/cubox-tde: vm/.cubox-base use/net-eth/dhcp use/x11-autostart +tde
vm/cubox-kde4: vm/.cubox-base use/x11/kde4 use/x11/kdm4 use/fonts/zerg +pulse vm/cubox-kde4: vm/.cubox-base use/x11/kde4 use/x11/kdm4 use/fonts/zerg +pulse
@$(call add,BASE_LISTS,$(call tags,desktop && kde4 && !extra)) @$(call add,BASE_LISTS,$(call tags,desktop && kde4 && !extra))
vm/arm-server: vm/.arm-base use/net-eth/dhcp use/cleanup/installer
@$(call set,KFLAVOURS,armadaxp)
@$(call add,BASE_PACKAGES,agetty)
@$(call add,BASE_LISTS,$(call tags,extra (server || network)))
endif endif
endif 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