From 3930b11f6021b801213f3710311398ed94bc82ab Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Wed, 28 Dec 2011 02:20:00 +0100 Subject: [PATCH] Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway. --- etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs diff --git a/etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs b/etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs new file mode 100755 index 0000000..fc64161 --- /dev/null +++ b/etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs @@ -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 -- 2.1.4