mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Get the right package sets for arm* and ppc64el.
This commit is contained in:
parent
ef9f3be0de
commit
e9b8a62a5a
@ -538,10 +538,16 @@ if [ "$PROJECT" = "ubuntu-cpc" ]; then
|
||||
KERNEL_FLAVOURS=none
|
||||
case $ARCH in
|
||||
armhf)
|
||||
add_package install flash-kernel u-boot-tools linux-generic-lpae
|
||||
add_package install flash-kernel linux-generic-lpae
|
||||
add_task install server
|
||||
;;
|
||||
arm64)
|
||||
add_package install flash-kernel linux-generic
|
||||
add_task install server
|
||||
;;
|
||||
ppc64el)
|
||||
add_package install linux-virtual
|
||||
add_task install server
|
||||
;;
|
||||
*)
|
||||
add_package install linux-virtual
|
||||
|
Loading…
x
Reference in New Issue
Block a user