carbon-s6-rc

Source directory for s6-rc database on Carbon
git clone https://ccx.te2000.cz/git/carbon-s6-rc
Log | Files | Refs

commit b28e60b1863d6c69fab1f896617d8dc67ae055b1
parent 821123167d63756e80b0d5f9caac110724755f03
Author: ccx <root@dorje.wpr.cz>
Date:   Thu,  2 Sep 2021 17:06:47 +0200

Add swap.

Diffstat:
Mok-all-but-tty/contents | 1+
Aswap/down | 2++
Aswap/type | 1+
Aswap/up | 1+
4 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ok-all-but-tty/contents b/ok-all-but-tty/contents @@ -1,3 +1,4 @@ +swap mount-tmp-X11 brightness svscan-ccx diff --git a/swap/down b/swap/down @@ -0,0 +1,2 @@ +swapoff -a + diff --git a/swap/type b/swap/type @@ -0,0 +1 @@ +oneshot diff --git a/swap/up b/swap/up @@ -0,0 +1 @@ +swapon -a