forked from srbala/fedora-kickstarts
set partition sizes to fit on a 4gb sd card except for mate which is too big
This commit is contained in:
parent
ee950ce8cf
commit
763d6892ed
@ -3,6 +3,8 @@
|
|||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
part / --grow --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
|
part / --grow --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
bootloader --location=none
|
bootloader --location=none
|
||||||
part /boot --size=512 --fstype ext3
|
part /boot --size=512 --fstype ext3
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --grow --size=6500 --fstype ext4
|
part / --grow --size=3000 --fstype ext4
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
bootloader --location=none
|
bootloader --location=none
|
||||||
part /boot/uboot --size=20 --fstype vfat
|
part /boot/uboot --size=20 --fstype vfat
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --grow --size=6500 --fstype ext4
|
part / --grow --size=3400 --fstype ext4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user