mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-29 05:32:36 +00:00
For the pc model, the name changed so we need to special case it a bit.
This commit is contained in:
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…
x
Reference in New Issue
Block a user