default to qcow2 as a base image

This commit is contained in:
parazyd 2017-02-15 14:49:14 +01:00
parent 3408b985e5
commit 441e44bcf3
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 4 additions and 2 deletions

2
config
View File

@ -23,6 +23,8 @@
arch=amd64
size=20479
imageformat=qcow2
#imageformat=raw
PATH="$PATH:/usr/sbin:/sbin"

@ -1 +1 @@
Subproject commit 3165af5c09cbd46d0280cabcae5b4b4b3a692c92
Subproject commit a2a1ecd2c58ba86b37057e7805e5b3cc64acf872

2
sdk
View File

@ -73,7 +73,7 @@ load() {
workdir="$R/tmp/${os}-${arch}-build"
strapdir="$workdir/bootstrap"
${=mkdir} -p $strapdir
mkdir -p $strapdir
export LANG=C
export LC_ALL=C