Codebase list live-build / upstream/5.0_a11 share / hooks / live / 0050-disable-sysvinit-tmpfs.hook.chroot
upstream/5.0_a11

Tree @upstream/5.0_a11 (Download .tar.gz)

0050-disable-sysvinit-tmpfs.hook.chroot @upstream/5.0_a11raw · history · blame

#!/bin/sh

set -e

# Disable tmpfs on /tmp

if [ -e /etc/default/rcS ]
then
	sed -i -e 's|^ *RAMTMP=.*|RAMTMP=no|' /etc/default/rcS
fi