Get images building without our custom live-build.

ubuntu/yakkety
Daniel Watkins 10 years ago
parent e5651db1a7
commit d4598f8326

@ -536,8 +536,10 @@ if [ "$PROJECT" = "ubuntu-cpc" ]; then
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none" OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none KERNEL_FLAVOURS=none
add_package install linux-virtual OPTS="${OPTS:+$OPTS }--system=normal"
OPTS="${OPTS:+$OPTS }--package-list=ubuntu-cloud-t --system=normal" OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs"
add_task install minimal standard cloud-image
add_package install linux-virtual landscape-client ubuntu-minimal
fi fi
add_chroot_hook update-apt-file-cache add_chroot_hook update-apt-file-cache
@ -548,7 +550,7 @@ add_chroot_hook remove-openssh-server-host-keys
add_chroot_hook remove-udev-persistent-rules add_chroot_hook remove-udev-persistent-rules
case $PROJECT in case $PROJECT in
ubuntu-server) ubuntu-server|ubuntu-cpc)
;; ;;
*) *)

Loading…
Cancel
Save