Skip to content

Commit 1eca888

Browse files
Merge pull request #95 from yuravk/master
Update 8-th kickstarts to fix 'installing package rootfiles-8.1-22.el8.noarch needs 225MB on the / filesystem'
2 parents f6c050d + 569abdc commit 1eca888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kickstart/AlmaLinux-8-RaspberryPi-console-mbr.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lang en_US.UTF-8
2222
# Disk setup
2323
clearpart --initlabel --all
2424
part /boot --asprimary --fstype=vfat --size=500 --label=boot --ondisk=sda
25-
part / --asprimary --fstype=ext4 --size=3000 --label=rootfs --ondisk=sda
25+
part / --asprimary --fstype=ext4 --size=3200 --label=rootfs --ondisk=sda
2626

2727
# Package setup
2828
%packages

kickstart/AlmaLinux-8-RaspberryPi-gnome-mbr.aarch64.ks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lang en_US.UTF-8
2323
# Disk setup
2424
clearpart --initlabel --all
2525
part /boot --asprimary --fstype=vfat --size=500 --label=boot --ondisk=sda
26-
part / --asprimary --fstype=ext4 --size=5000 --label=rootfs --ondisk=sda
26+
part / --asprimary --fstype=ext4 --size=5500 --label=rootfs --ondisk=sda
2727

2828
# Package setup
2929
%packages

0 commit comments

Comments
 (0)