mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-12 18:10:31 +08:00
include the workstation packages on the arm workstation image.
ensure that initial-setup and initail-setup-gui are not on the image as gnome has its ownsetup tool
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-desktop-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
part / --size=5000 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
-initial-setup-gui
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
Reference in New Issue
Block a user