fix: use default mount options for swap
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-04-17 09:58:14 +02:00
parent 1b50bc898c
commit cc4c85fe41
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jq
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
echo '/swapfile none swap defaults 0 0' | tee -a /etc/fstab
dnf makecache
dnf install -y epel-release