starter-kit/bots/images/scripts/debian-testing.bootstrap
2019-08-22 16:08:42 +00:00

4 lines
239 B
Bash
Executable file

#! /bin/sh -ex
ARCH=x86_64
DEBIAN_LATEST=$(virt-builder -l | grep "$ARCH" | sort -r | grep -m1 '^debian-' | cut -d' ' -f1)
exec $(dirname $0)/lib/debian.bootstrap "$1" "$2" "$DEBIAN_LATEST" "deb http://deb.debian.org/debian testing main"