Add 8G swap file to sysc

This commit is contained in:
Googulator 2023-11-13 10:15:12 +01:00
parent 2fe14bbcb1
commit 72452f39f5

View file

@ -36,6 +36,11 @@ create_fhs
populate_device_nodes
# Make some swap
dd if=/dev/zero of=/swap bs=1M count=8192
mkswap /swap
swapon /swap
if [ -e "${SOURCES}/distfiles" ]; then
mv "${SOURCES}/distfiles" /
else