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