X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F48-tmpfs;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F48-tmpfs;h=fc641611a8bd4f927202d8e12a3b648313845c05;hb=3930b11f6021b801213f3710311398ed94bc82ab;hp=0000000000000000000000000000000000000000;hpb=d116da3f80e2b4d48f784ff701f44db071758a5b;p=grml-live.git 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