mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 07:41:31 +00:00
Get images building without our custom live-build.
This commit is contained in:
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…
x
Reference in New Issue
Block a user