burrow-pi-img/stage2/EXPORT_IMAGE
Jeffrey Paul c217a5ea21
lots of changes, see summary
* default to ubuntu default keyboard layout, don't override with gb
* run rc.local.txt from /boot if exists
* don't export stage4/5 images or noobs
* export stage2 -keyternal image
* don't resize root partition on first boot
* don't enable swap by default
2018-10-14 20:45:48 -07:00

5 lines
102 B
Plaintext

IMG_SUFFIX="-keyternal"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi