From: Ulrich Dangel Date: Wed, 28 Dec 2011 01:20:00 +0000 (+0100) Subject: Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway. X-Git-Tag: v0.17.3~17 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=3930b11f6021b801213f3710311398ed94bc82ab Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway. --- 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