mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +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
|
# 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