diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..03dbd45 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# bootstrap.sh -- a Devuan base image +# Copyright (C) 2017 Olaf Meeuwissen +# +# License: GPL-3.0+ + +DEBIAN_FRONTEND=noninteractive +export DEBIAN_FRONTEND + +apt-get update +apt-get install debootstrap -q -y + +debootstrap --variant=minbase jessie /devuan/rootfs