Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway.
authorUlrich Dangel <mru@grml.org>
Wed, 28 Dec 2011 01:20:00 +0000 (02:20 +0100)
committerUlrich Dangel <mru@grml.org>
Wed, 28 Dec 2011 01:20:00 +0000 (02:20 +0100)
etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs [new file with mode: 0755]

diff --git a/etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs b/etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs
new file mode 100755 (executable)
index 0000000..fc64161
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/bash
+# Filename:      ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/48-tmpfs
+# Purpose:       configure cpufrequtils of live-system
+# Authors:       grml-team (grml.org), (c)
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2 or any later version.
+################################################################################
+
+set -u
+set -e
+
+sed -i 's/^RAMTMP=.*/RAMTMP=no/' $target/etc/default/rcS
+## END OF FILE #################################################################
+# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2