From db24c80699cc4fbd8299d26c46457a31b225572c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 24 Mar 2009 16:06:44 +0000 Subject: Fixing issue #401 ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2755 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/stage3-stuff/init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initramfs/stage3-stuff/init') diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init index 561d11bd..201d2f25 100755 --- a/initramfs/stage3-stuff/init +++ b/initramfs/stage3-stuff/init @@ -700,6 +700,8 @@ fi # setup of client root filesystem dependent on the availability of UnionFS if [ -n "${union_type}" ] ; then echo "Using ${union_type} for rw access" + # adapting the size of tempfs usable + mount -o remount,size=${tmpfssize} ${devdir} mkdir -p ${rwdir}/union ${rwdir}/uniontmp /rorootfs mount -n -t tmpfs none ${rwdir}/uniontmp # hack for handling unionfs with patched run-init -- cgit v1.2.3-55-g7522