mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-16 05:33:09 +00:00
target 2gb for minimal images so they can be installed into beaglebone black nand
This commit is contained in:
parent
da24aef084
commit
947fd69d5f
@ -1,6 +1,9 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
part swap --size=128 --fstype swap
|
||||||
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
|
part swap --size=128 --fstype swap
|
||||||
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
Loading…
Reference in New Issue
Block a user