From ce087e4e4007e31f05cfa1f9d3ff1563563f0fd6 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 24 Mar 2018 17:08:59 +0100 Subject: [PATCH] . --- tools_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_functions.sh b/tools_functions.sh index f6b4861..1e3affc 100644 --- a/tools_functions.sh +++ b/tools_functions.sh @@ -40,7 +40,7 @@ function enableNumLockX () { # # /tmp in RAM by modifying /etc/fstab -# +#TODO: add possibily to choose amount of ram function enableTmpRAM () { runCmd "echo 'tmpfs /tmp tmpfs defaults,size=2g 0 0' | sudo tee -a /etc/fstab" \ "Enabling /tmp in RAM by modifying /etc/fstab"