Fixed builds, remove dhcpcd

Fixed builds by adding an EXPORT_IMAGE to stage3 (oops)
Removed dhcpcd in favor of networkmanager
This commit is contained in:
Logan G 2020-08-10 21:47:57 -06:00
parent 0049db4bd7
commit e210ea8cd6
Signed by: logan
GPG key ID: E328528C921E7A7A

4
stage3/EXPORT_IMAGE Normal file
View file

@ -0,0 +1,4 @@
IMG_SUFFIX="-lite"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi