From fde030929892000a76d8f570454286e4ab813aff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 31 Jan 2023 16:44:28 -0800 Subject: [PATCH] phosh: Add disk kickstarts to produce image file Signed-off-by: Kevin Fenzi --- fedora-disk-phosh.ks | 5 +++++ fedora-phosh-common.ks | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 fedora-disk-phosh.ks create mode 100644 fedora-phosh-common.ks diff --git a/fedora-disk-phosh.ks b/fedora-disk-phosh.ks new file mode 100644 index 0000000..c8cdc22 --- /dev/null +++ b/fedora-disk-phosh.ks @@ -0,0 +1,5 @@ +%include fedora-disk-base.ks +%include fedora-disk-xbase.ks +%include fedora-phosh-common.ks + +autopart --type=btrfs --noswap diff --git a/fedora-phosh-common.ks b/fedora-phosh-common.ks new file mode 100644 index 0000000..55b15a8 --- /dev/null +++ b/fedora-phosh-common.ks @@ -0,0 +1,13 @@ +# fedora-phosh-common.ks +# +# Description: +# - Fedora Disk image Spin with the phosh window manager +# +# Maintainer(s): +# - Kevin Fenzi + +%packages +# install env-group to resolve RhBug:1891500 +@^phosh-desktop-environment + +%end