diff options
-rw-r--r-- | common.yaml | 56 | ||||
-rw-r--r-- | ks/common-wayland-3parts-arm64.yaml | 2 | ||||
-rw-r--r-- | ks/common-x11-3parts-arm64.yaml | 2 |
3 files changed, 58 insertions, 2 deletions
diff --git a/common.yaml b/common.yaml index 98e3dd8..5f52984 100644 --- a/common.yaml +++ b/common.yaml @@ -45,6 +45,35 @@ Installer: BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4 plymouth.enable=0" Repos: [] +MinimalWayland: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Generic Wayland + - Common Wayland + - Generic Middleware + - Common Middleware + - Generic Applications + - Generic Bluetooth + - Generic Multimedia + - Generic Desktop Applications + - Common Desktop Applications + - Generic Qt5 + - Common Qt5 + PostScripts: + - generic-wayland + - common-wayland + - generic-middleware + - common-middleware + - generic-applications + - generic-bluetooth + - generic-multimedia + - generic-desktop-applications + - common-desktop-applications + - generic-qt5 + - common-qt5 + Repos: [] + Wayland: Part: common-mbr UserGroups: "audio,video" @@ -78,6 +107,33 @@ Wayland: - common-qt5 Repos: [] +MinimalX11: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Generic X11 + - Generic Middleware + - Common Middleware + - Generic Applications + - Generic Bluetooth + - Generic Multimedia + - Generic Desktop Applications + - Common Desktop Applications + - Generic Qt5 + - Common Qt5 + PostScripts: + - generic-x11 + - generic-middleware + - common-middleware + - generic-applications + - generic-bluetooth + - generic-multimedia + - generic-desktop-applications + - common-desktop-applications + - generic-qt5 + - common-qt5 + Repos: [] + X11: Part: common-mbr UserGroups: "audio,video" diff --git a/ks/common-wayland-3parts-arm64.yaml b/ks/common-wayland-3parts-arm64.yaml index ee7be18..237096e 100644 --- a/ks/common-wayland-3parts-arm64.yaml +++ b/ks/common-wayland-3parts-arm64.yaml @@ -2,7 +2,7 @@ Name: common-wayland-3parts-arm64 Architecture: aarch64 Schedule: "*" Active: True -Platform: Wayland +Platform: MinimalWayland Part: common-mbr-3parts Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: common-wayland-3parts-arm64 diff --git a/ks/common-x11-3parts-arm64.yaml b/ks/common-x11-3parts-arm64.yaml index 650fccc..a60d4e0 100644 --- a/ks/common-x11-3parts-arm64.yaml +++ b/ks/common-x11-3parts-arm64.yaml @@ -2,7 +2,7 @@ Name: common-x11-3parts-arm64 Architecture: aarch64 Schedule: "*" Active: True -Platform: X11 +Platform: MinimalX11 Part: common-mbr-3parts Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: common-x11-3parts-arm64 |