Add a script to debootstrap Devuan

This commit is contained in:
Olaf Meeuwissen 2017-08-09 21:19:58 +09:00
parent c2f90a4caf
commit 052b61e1ed
1 changed files with 13 additions and 0 deletions

13
bootstrap.sh Executable file
View File

@ -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