From 0ff78535e61e0b1c8bbbf78c527d2c3178aa938d Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 27 Aug 2020 15:25:10 +0700 Subject: [PATCH] Remove dphys-swapfile (#103) --- stage2/00-sys-tweaks/00-packages | 1 - stage2/00-sys-tweaks/00-patches/02-swap.diff | 13 ------------- stage2/00-sys-tweaks/00-patches/series | 1 - 3 files changed, 15 deletions(-) delete mode 100644 stage2/00-sys-tweaks/00-patches/02-swap.diff diff --git a/stage2/00-sys-tweaks/00-packages b/stage2/00-sys-tweaks/00-packages index ddf83d5..3374055 100644 --- a/stage2/00-sys-tweaks/00-packages +++ b/stage2/00-sys-tweaks/00-packages @@ -7,7 +7,6 @@ hardlink ca-certificates curl fake-hwclock nfs-common usbutils libraspberrypi-dev libraspberrypi-doc libfreetype6-dev dosfstools -dphys-swapfile raspberrypi-sys-mods pi-bluetooth apt-listchanges diff --git a/stage2/00-sys-tweaks/00-patches/02-swap.diff b/stage2/00-sys-tweaks/00-patches/02-swap.diff deleted file mode 100644 index 745a344..0000000 --- a/stage2/00-sys-tweaks/00-patches/02-swap.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: jessie-stage2/rootfs/etc/dphys-swapfile -=================================================================== ---- jessie-stage2.orig/rootfs/etc/dphys-swapfile -+++ jessie-stage2/rootfs/etc/dphys-swapfile -@@ -13,7 +13,7 @@ - - # 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= -+CONF_SWAPSIZE=100 - - # set size to computed value, this times RAM size, dynamically adapts, - # guarantees that there is enough swap without wasting disk space on excess diff --git a/stage2/00-sys-tweaks/00-patches/series b/stage2/00-sys-tweaks/00-patches/series index aee0402..c5d8e4b 100644 --- a/stage2/00-sys-tweaks/00-patches/series +++ b/stage2/00-sys-tweaks/00-patches/series @@ -1,5 +1,4 @@ 01-useradd.diff -02-swap.diff 04-inputrc.diff 05-path.diff 07-resize-init.diff