Re: Altering Anaconda's environment

CLOSE Dave <[email protected]> Fri, 17 Jul 2015 18:00:54 -0700
Newsgroups gmane.linux.redhat.kickstart.general
Message-ID <[email protected]>
I wrote:

> I've tried changing the size with a %pre section using "mount -t tmpfs
> -o remount -size=75% none /tmp". But it seems that the %pre section runs
> before the initial mount occurs. I could add a command like that
> somewhere in the body of the kickstart file but I have no idea where.

Turns out that the following works. There is an error in the command 
given above.

%pre
mount -t tmpfs -o remount -o size=75% none /tmp
%end
-- 
Dave Close