]> git.plutz.net Git - blast/commitdiff
fixed approx config for raspi retropie
authorPaul Hänsch <paul@plutz.net>
Sun, 20 Dec 2020 14:33:09 +0000 (15:33 +0100)
committerPaul Hänsch <paul@plutz.net>
Sun, 20 Dec 2020 14:33:09 +0000 (15:33 +0100)
modules/approx.mk
retropie.mk

index f7541d7d231d3cde159a4882e0101d9a4d4240d8..b4be5c19958fba46c00c509f086fcfe0872e43e8 100644 (file)
@@ -17,7 +17,7 @@ ifdef approx
   deb ${approx} ${release} ${approxrepos}
   endef
 else ifdef raspi
-  BOOTSTRAP := http://localhost/raspbian
+  BOOTSTRAP := http://${approxhost}/raspbian
   define SOURCES :=
   deb http://${approxhost}/raspbian  stretch main non-free firmware rpi
   deb http://${approxhost}/rpidebian stretch main
@@ -25,7 +25,7 @@ else ifdef raspi
   deb http://${approxhost}/rpidebian buster main
   endef
 else
-  BOOTSTRAP := http://localhost/debian
+  BOOTSTRAP := http://${approxhost}/debian
   define SOURCES :=
   deb http://${approxhost}/debian ${release} ${approxrepos}
   endef
index 27842cc060bed972136fcc2a24ec5e75a0c06903..100bde8982f5097331ae5249e797141e8e17ed0b 100644 (file)
@@ -17,7 +17,7 @@ release=stretch
 
 ## Comma separated list of config modules from modules/ directory
 modules=approx,autoresize #,display_ws5inch # nodm,xfce
-# approxhost := localhost:9999
+approxhost:=localhost:9000
 
 ## Hostname for the generated machine
 hostname=retropie