From 49371f8654a82e3300caa898f4a211716681735f Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 1 Feb 2026 12:07:40 +0100 Subject: version 0.2.0.0 --- src/lib/source/system/other/swap-fstab/down | 7 +++++++ src/lib/source/system/other/swap-fstab/type | 1 + src/lib/source/system/other/swap-fstab/up | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 src/lib/source/system/other/swap-fstab/down create mode 100644 src/lib/source/system/other/swap-fstab/type create mode 100644 src/lib/source/system/other/swap-fstab/up (limited to 'src/lib/source/system/other/swap-fstab') diff --git a/src/lib/source/system/other/swap-fstab/down b/src/lib/source/system/other/swap-fstab/down new file mode 100644 index 0000000..a6b3be3 --- /dev/null +++ b/src/lib/source/system/other/swap-fstab/down @@ -0,0 +1,7 @@ +#!@shebangdir@/execlineb -P + +# ISC license. + +fdmove -c 2 1 + +swapoff -aq diff --git a/src/lib/source/system/other/swap-fstab/type b/src/lib/source/system/other/swap-fstab/type new file mode 100644 index 0000000..bdd22a1 --- /dev/null +++ b/src/lib/source/system/other/swap-fstab/type @@ -0,0 +1 @@ +oneshot diff --git a/src/lib/source/system/other/swap-fstab/up b/src/lib/source/system/other/swap-fstab/up new file mode 100644 index 0000000..b10e29e --- /dev/null +++ b/src/lib/source/system/other/swap-fstab/up @@ -0,0 +1,7 @@ +#!@shebangdir@/execlineb -P + +# ISC license. + +fdmove -c 2 1 + +swapon -aq -- cgit v1.2.3