live.mk: separate live-flightgear-tu154b target

This one is less documented than FG's default C172P,
let's stick with that for "ALT-FGLive".
This commit is contained in:
Michael Shigorin 2016-02-24 14:50:40 +03:00
parent c32e91f789
commit f10abd4cf3

View File

@ -93,10 +93,13 @@ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
@$(call add,SERVICES_DISABLE,livecd-net-eth)
distro/live-flightgear: distro/.live-games
@$(call add,LIVE_PACKAGES,FlightGear FlightGear-tu154b)
@$(call add,LIVE_PACKAGES,FlightGear)
@$(call add,LIVE_PACKAGES,fgo livecd-fgfs)
@$(call try,HOMEPAGE,http://www.4p8.com/eric.brasseur/flight_simulator_tutorial.html)
distro/live-flightgear-tu154: distro/.live-games
@$(call add,LIVE_PACKAGES,FlightGear-tu154b)
distro/live-0ad: distro/.live-games
@$(call add,STAGE2_BOOTARGS,quiet)
@$(call add,LIVE_PACKAGES,0ad livecd-0ad)