mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 21:31:33 +00:00
Ok, last commit didn't remove enough lines, sorry for that.
This commit is contained in:
parent
2620aacd6a
commit
4e8e1fed07
@ -360,10 +360,8 @@ case $IMAGEFORMAT in
|
|||||||
case $MODEL in
|
case $MODEL in
|
||||||
pc-amd64|pc-i386)
|
pc-amd64|pc-i386)
|
||||||
if [ -z "${SUBARCH:-}" ]; then
|
if [ -z "${SUBARCH:-}" ]; then
|
||||||
case $SUITE in
|
# This is to make sure there's enough writable space
|
||||||
# This is to make sure there's enough writable space
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
|
||||||
esac
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user