mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +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
|
||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
||||
KERNEL_FLAVOURS=none
|
||||
add_package install linux-virtual
|
||||
OPTS="${OPTS:+$OPTS }--package-list=ubuntu-cloud-t --system=normal"
|
||||
OPTS="${OPTS:+$OPTS }--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
|
||||
|
||||
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
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu-server)
|
||||
ubuntu-server|ubuntu-cpc)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user