|
problem with kickstart post section
I am installing my new Linux server (RHES4u4.64) with a kickstart script which is supplied by a windows pxe server. When is use the default file that came with the pxe server then everything is running ok. But if i modify this default kickstart file and put one line in the post section everything is running ok accept the post install section. If i remove this line and place a new line in the packages section the linux installs the package but the post section completes with errors. This post section looks like
%post
echo "This is a test" > /tmp/message
After running the kickstart script a message? file is created in the /tmp directory.
Has anybody ran into a similar problem ?????
Robert
|