Re: kickstart postinstall commands

2003-02-28 Thread J.Slim
27;s throw me for a loop. :) - Original Message - From: "Anthony E. Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 4:45 AM Subject: Re: kickstart postinstall commands > J.Slim wrote: > > I have this section at th

Re: kickstart postinstall commands

2003-02-28 Thread Anthony E. Greene
J.Slim wrote: I have this section at the end of my kickstart file: %post # add a bogus file after the install touch /root/bogus echo "Hi!" >> /root/bogus After the install has been completed I change to /root and find that the file "bogus" has actually been named "bogus?" Can someone tell me why

kickstart postinstall commands

2003-02-27 Thread J.Slim
I have this section at the end of my kickstart file: %post # add a bogus file after the install touch /root/bogus echo "Hi!" >> /root/bogus After the install has been completed I change to /root and find that the file "bogus" has actually been named "bogus?" Can someone tell me why the question

kickstart postinstall commands

2003-02-27 Thread J.Slim
I have this section at the end of my kickstart file: %post # add a bogus file after the install touch /root/bogus echo "Hi!" >> /root/bogus After the install has been completed I change to /root and find that the file "bogus" has actually been named "bogus?" Can someone tell me why the question