fix: add min swapfile to avoid bootstrap issues (#9)
Reviewed-on: #9 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
c455d71381
commit
1b50bc898c
@ -126,6 +126,11 @@ jq
|
||||
### Post-installation commands.
|
||||
%post
|
||||
|
||||
dd if=/dev/zero of=/swapfile bs=1M count=1000
|
||||
chmod 600 /swapfile
|
||||
mkswap /swapfile
|
||||
echo '/swapfile none swap sw 0 0' | tee -a /etc/fstab
|
||||
|
||||
dnf makecache
|
||||
dnf install -y epel-release
|
||||
dnf makecache
|
||||
|
Loading…
Reference in New Issue
Block a user