commit b28e60b1863d6c69fab1f896617d8dc67ae055b1 parent 821123167d63756e80b0d5f9caac110724755f03 Author: ccx <root@dorje.wpr.cz> Date: Thu, 2 Sep 2021 17:06:47 +0200 Add swap. Diffstat:
M | ok-all-but-tty/contents | | | 1 | + |
A | swap/down | | | 2 | ++ |
A | swap/type | | | 1 | + |
A | swap/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