Merge branch 'unbreak-hyperv-desktop-preinstalled' of https://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master

sil2100/proposed-components
Dimitri John Ledkov 4 years ago
commit eae27b6737
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

@ -601,17 +601,19 @@ case $PROJECT in
;; ;;
desktop-preinstalled) desktop-preinstalled)
add_task install minimal standard add_task install minimal standard ubuntu-desktop
if [ "$SUBARCH" = "raspi" ]; then if [ "$SUBARCH" = "raspi" ]; then
add_task install ubuntu-desktop-raspi add_task install ubuntu-desktop-raspi
fi
# XXX: Are those actually needed? I see we use those for ubuntu-cpc, which is the project # XXX: Are those actually needed? I see we use those for ubuntu-cpc, which is the project
# for existing raspi preinstalled images # for existing raspi preinstalled images
# XXX: I would prefer to use --hdd-label=desktop-rootfs like 040-hyperv-desktop-images.binary
OPTS="${OPTS:+$OPTS }--initramfs=none" OPTS="${OPTS:+$OPTS }--initramfs=none"
OPTS="${OPTS:+$OPTS }--system=normal" OPTS="${OPTS:+$OPTS }--system=normal"
OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs" OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs"
OPTS="${OPTS:+$OPTS }--ext-resize-blocks=536870912 --ext-block-size=4096" OPTS="${OPTS:+$OPTS }--ext-resize-blocks=536870912 --ext-block-size=4096"
OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15" OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15"
fi
## Otherwise HYPERV image options.... *crickets* see the hyperv hook
;; ;;
*) *)

Loading…
Cancel
Save