parent
9c3b205a76
commit
6a193719c2
@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
unset UBOOTWRAPPER
|
|
||||||
NETIMAGE="current"
|
|
||||||
NETINSTALL="initrd.gz"
|
|
||||||
case "${DISTARCH}-${debian_boot}" in
|
|
||||||
stretch-armhf-netboot|buster-armhf-netboot)
|
|
||||||
#http://ftp.us.debian.org/debian/dists/stretch/main/installer-armhf/
|
|
||||||
#http://ftp.us.debian.org/debian/dists/buster/main/installer-armhf/
|
|
||||||
HTTP_IMAGE="http://ftp.debian.org/debian/dists"
|
|
||||||
BASE_IMAGE="netboot"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
#
|
|
Loading…
Reference in new issue