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 _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list