touchprint/stage3/EXPORT_IMAGE
Logan Gartner e210ea8cd6
Fixed builds, remove dhcpcd
Fixed builds by adding an EXPORT_IMAGE to stage3 (oops)
Removed dhcpcd in favor of networkmanager
2020-08-10 21:47:57 -06:00

4 lines
95 B
Text

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