On Wed, Jan 13, 2010 at 11:53 AM, John Doe jdmls@yahoo.com wrote:
Try this: in %pre, put in /tmp/foo Then, use %post with -nochroot and check if /tmp/foo exists
I thought of that but I don't want to mess up what I already have working with manipulating files in /etc But at least I can try it to see if this much works
Or maybe, if it exists, use the ramdisk (/dev/shm)...
Will try that as well depending on results from above