mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 09:02:11 +00:00
Fix the minimal option for the oem mode config
This commit is contained in:
parent
faf88cbbe7
commit
ac41893c14
@ -777,12 +777,23 @@ case $PROJECT in
|
|||||||
PASSES_TO_LAYERS="true"
|
PASSES_TO_LAYERS="true"
|
||||||
#KERNEL_FLAVOURS='oem-22.04'
|
#KERNEL_FLAVOURS='oem-22.04'
|
||||||
KERNEL_FLAVOURS='generic-hwe-22.04'
|
KERNEL_FLAVOURS='generic-hwe-22.04'
|
||||||
add_task standard minimal standard ubuntu-desktop ubuntu-desktop-default-languages
|
add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages
|
||||||
|
add_package minimal cloud-init
|
||||||
|
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
|
||||||
add_task minimal.standard.live ubuntu-live
|
add_task minimal.standard.live ubuntu-live
|
||||||
add_package standard cloud-init
|
|
||||||
remove_package minimal.standard.live ubiquity-frontend-gtk
|
remove_package minimal.standard.live ubiquity-frontend-gtk
|
||||||
add_snap minimal.standard.live ubuntu-desktop-installer/classic
|
add_snap minimal.standard.live ubuntu-desktop-installer/classic
|
||||||
|
|
||||||
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
||||||
|
name: "Ubuntu Desktop for OEM (minimal)"
|
||||||
|
description: >-
|
||||||
|
Ubuntu Desktop (minimal) for OEM preinstallation.
|
||||||
|
id: ubuntu-desktop-oem-minimal
|
||||||
|
type: fsimage-layered
|
||||||
|
variant: desktop
|
||||||
|
locale_support: none
|
||||||
|
default: yes
|
||||||
|
EOF
|
||||||
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
||||||
name: "Ubuntu Desktop for OEM"
|
name: "Ubuntu Desktop for OEM"
|
||||||
description: >-
|
description: >-
|
||||||
@ -791,7 +802,6 @@ case $PROJECT in
|
|||||||
type: fsimage-layered
|
type: fsimage-layered
|
||||||
variant: desktop
|
variant: desktop
|
||||||
locale_support: none
|
locale_support: none
|
||||||
default: yes
|
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user