mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-31 18:44:09 +00:00
Enable multiverse for intel-iot.
This commit is contained in:
parent
2b933a24fa
commit
58783aab00
@ -605,7 +605,7 @@ case $PROJECT in
|
||||
# grow the rootfs, manually install cloud-initramfs-growroot during build
|
||||
add_package install cloud-initramfs-growroot
|
||||
KERNEL_FLAVOURS='image-intel'
|
||||
COMPONENTS='main restricted'
|
||||
COMPONENTS='main restricted multiverse'
|
||||
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||
OPTS="${OPTS:+$OPTS }--system=normal"
|
||||
OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs"
|
||||
@ -620,7 +620,7 @@ case $PROJECT in
|
||||
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||
if [ "$SUBARCH" = "intel-iot" ]; then
|
||||
KERNEL_FLAVOURS='image-intel'
|
||||
COMPONENTS='main restricted'
|
||||
COMPONENTS='main restricted multiverse'
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
@ -845,7 +845,7 @@ case $PROJECT in
|
||||
amd64*)
|
||||
if [ "${SUBARCH:-}" = "intel-iot" ]; then
|
||||
KERNEL_FLAVOURS=image-intel
|
||||
COMPONENTS='main restricted'
|
||||
COMPONENTS='main restricted multiverse'
|
||||
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||
fi
|
||||
;;
|
||||
@ -1012,7 +1012,7 @@ case $PROJECT in
|
||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||
case $SUBARCH in
|
||||
intel-iot)
|
||||
COMPONENTS='main restricted'
|
||||
COMPONENTS='main restricted multiverse'
|
||||
KERNEL_FLAVOURS='image-intel'
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user