On Thu, 2015-06-11 at 17:48 +0530, anant garg wrote:
Hi All,
Greeting for the day.
I was installation RHEL by using NFS method in a kickstart file
My kickstart includes another kickstart
Below was a snippet of my kickstart
install nfs --server=169.254.1.2 --dir=/export/home/agarg/imag
key --skip lang en_US.UTF-8 keyboard us
% include /mnt/stage2/kickstart/Additional.inc
%packages @base @supp @core %end
I found that during Network installation, Installation failed with Error:-
The following problem occurred on line 0 of the kickstart file:
Unable to open input kickstart file: Could not open/read file:///mnt/stage2/kickstart/Additional.inc
I login to tty2 and found that only images directory from ISO has been copied to /mnt/stage2 That is why it is not finding the kickstart.
Isn't the 169.254.1.2:/export/home/agarg/imag simply mounted to /mnt/stage2? I don't think anaconda copies anything. And that would also explain why the kickstart file is not there.