mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-08-21 23:05:45 +00:00
Server installs in anaconda default to / on xfs so do so on arm also
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
1c25cb6171
commit
e17d3d0ba4
@ -1,5 +1,8 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
|
|
||||||
|
# server defaults to xfs for / so lets do so on arm also
|
||||||
|
part / --size=3000 --fstype xfs
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-@fedora-release-nonproduct
|
-@fedora-release-nonproduct
|
||||||
-@dial-up
|
-@dial-up
|
||||||
|
Loading…
Reference in New Issue
Block a user