You need to sign in or sign up before continuing.
Commit f10abd4c authored by Michael Shigorin's avatar Michael Shigorin

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".
parent c32e91f7
...@@ -93,10 +93,13 @@ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \ ...@@ -93,10 +93,13 @@ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
@$(call add,SERVICES_DISABLE,livecd-net-eth) @$(call add,SERVICES_DISABLE,livecd-net-eth)
distro/live-flightgear: distro/.live-games 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 add,LIVE_PACKAGES,fgo livecd-fgfs)
@$(call try,HOMEPAGE,http://www.4p8.com/eric.brasseur/flight_simulator_tutorial.html) @$(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 distro/live-0ad: distro/.live-games
@$(call add,STAGE2_BOOTARGS,quiet) @$(call add,STAGE2_BOOTARGS,quiet)
@$(call add,LIVE_PACKAGES,0ad livecd-0ad) @$(call add,LIVE_PACKAGES,0ad livecd-0ad)
......
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