Re: [CentOS] Antwort: Kickstart help

2009-09-04 Thread Alan McKay
For simple scripts I do them right inside of the kickstart file like you do, but for more complex ones I store them up on the kickstart server and use wget inside the kickstart script to put them in the right place. -- “Don't eat anything you've ever seen advertised on TV” - Michael Poll

[CentOS] Antwort: Kickstart help

2009-09-04 Thread Frank . Brodbeck
Hi, Daniel Burkland schrieb am 04.09.2009 02:16:31: > # Create /usr/bin/yum-check and make it executable > cat << EOF10 > /usr/bin/yum-check First of all, I don't think this is a kickstart problem, I think you'd have the same problem doing that on the console. Compare: # cat < echo $USER