Small URL fix

This commit is contained in:
D4rk4 2020-07-31 02:24:05 +02:00
parent c4807b7d37
commit c68e399eac
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ tasksel tasksel/first multiselect none, ssh-server, standard
# Individual additional packages to install
d-i pkgsel/include string \
apt-transport-https gnupg2 ca-certificates curl \
iptables linux-headers-amd64
iptables linux-headers-amd64 git
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade

View file

@ -5,7 +5,7 @@ vmsize='4G'
vmmem='2G'
k8sdsk="${apptmp}/k8s.raw"
httpboot='http://ftp.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/debian-installer/amd64/'
seed='https://gist.githubusercontent.com/D4rk4/7612b96985d088769f60cda958dcf9e2/raw/68ad4e82743ddc80ebd1c534bb48150eeb31a5a6/preseed-k8s.txt'
seed='https://git.ix.gs/public/coins-demo/raw/branch/master/contrib/k8s-seed.txt'
qemu="${appdir}/contrib/qemu-system-x86_64 -L ${appdir}/contrib/share/qemu -net nic -net user -m ${vmmem} -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -hda ${k8sdsk} -boot once=d -nographic"
###
installvm() {