From 26913016b9079ab2cb1dfaacc291cacd1da02b7f Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 17 Jan 2024 19:55:07 +0100 Subject: [PATCH] Changed from dphys-swapfile to zram-tools Fix on auto-update.py --- builder/data/etc/dphys-swapfile | 26 -------------------------- builder/raspberrypi64.yml | 1 - 2 files changed, 27 deletions(-) delete mode 100644 builder/data/etc/dphys-swapfile diff --git a/builder/data/etc/dphys-swapfile b/builder/data/etc/dphys-swapfile deleted file mode 100644 index 1c908a10..00000000 --- a/builder/data/etc/dphys-swapfile +++ /dev/null @@ -1,26 +0,0 @@ -# /etc/dphys-swapfile - user settings for dphys-swapfile package -# author Neil Franklin, last modification 2010.05.05 -# copyright ETH Zuerich Physics Departement -# use under either modified/non-advertising BSD or GPL license - -# this file is sourced with . so full normal sh syntax applies - -# the default settings are added as commented out CONF_*=* lines - - -# where we want the swapfile to be, this is the default -#CONF_SWAPFILE=/var/swap - -# set size to absolute value, leaving empty (default) then uses computed value -# you most likely don't want this, unless you have an special disk situation -CONF_SWAPSIZE=2048 - -# set size to computed value, this times RAM size, dynamically adapts, -# guarantees that there is enough swap without wasting disk space on excess -#CONF_SWAPFACTOR=2 - -# restrict size (computed and absolute!) to maximally this limit -# can be set to empty for no limit, but beware of filled partitions! -# this is/was a (outdated?) 32bit kernel limit (in MBytes), do not overrun it -# but is also sensible on 64bit to prevent filling /var or even / partition -#CONF_MAXSWAP=2048 \ No newline at end of file diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index 12f99ed7..446d3b5b 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -73,7 +73,6 @@ - build-essential - curl - dkms - - dphys-swapfile - fbi - flex - fonts-dejavu