Skip to content

Instantly share code, notes, and snippets.

@dustinrue
Created April 2, 2020 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinrue/e43dc7e2eedcd2bf62fd575ed27945fe to your computer and use it in GitHub Desktop.
Save dustinrue/e43dc7e2eedcd2bf62fd575ed27945fe to your computer and use it in GitHub Desktop.
cat build_c8_image.sh
#!/bin/bash
. ./diskbuilder/bin/activate
export DIB_DEV_USER_PWDLESS_SUDO=true
export DIB_RELEASE=8
rm -f images/image.vdi
rm -f images/image.raw
rm -f images/image.vhdx
ELEMENTS_PATH=./elements disk-image-create -a amd64 centos cloud-init-nocloud base devuser vm package-installs -o images/image.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment