mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
For the pc model, the name changed so we need to special case it a bit.
This commit is contained in:
parent
1498baada5
commit
4f6e5dc11e
@ -191,7 +191,7 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
*)
|
||||
# Ubuntu Core 18
|
||||
MODEL="ubuntu-core-18-$MODEL" ;;
|
||||
MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
|
||||
esac
|
||||
|
||||
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
|
||||
|
Loading…
x
Reference in New Issue
Block a user