For the pc model, the name changed so we need to special case it a bit.

core-include-dmsetup
Łukasz 'sil2100' Zemczak 6 years ago
parent 3291e971de
commit 872d4f6e7f

@ -176,7 +176,7 @@ case $IMAGEFORMAT in
;; ;;
*) *)
# Ubuntu Core 18 # Ubuntu Core 18
MODEL="ubuntu-core-18-$MODEL" ;; MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
esac esac
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common

Loading…
Cancel
Save