commit 261391f4c40c528e0ae379dfb7eed32bf99a1e38 parent e36fb4d103520de59dbf67b1c93a0cdef69d89e7 Author: parazyd <parazyd@dyne.org> Date: Mon, 28 Mar 2016 21:36:36 +0200 tiny fixes Diffstat:
M | Makefile | | | 9 | ++++++++- |
M | src/sacrist | | | 2 | ++ |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,10 +1,17 @@ all: make -C src/tomb/kdf-keys + @echo + @echo "Stuff compiled. Run `make install` as root to install" + @echo "and configure coffin on this device..." + @echo install: make -C src/tomb install make -C src/tomb/kdf-keys install - @./config.sh + @./conf/config.sh snowman clean: make -C src/tomb/kdf-keys clean + +uninstall: + @./conf/config.sh unsnowman diff --git a/src/sacrist b/src/sacrist @@ -11,6 +11,8 @@ DEBUG=${DEBUG:-1} # NOTE: Change default value to 0 later QUIET=${QUIET:-0} LOG=${LOG:-""} +swapoff -a # Security + zkv=1 helpers=1