Re: [cobbler] Reference to kickstart file is missing from /var/lib/tftpboot/pxelinux.cfg/* files

2015-10-30 Thread Zarko Dudic
Hi, the resolution is actually simple. The line like: ks=http://cobbler-server/cblr/svc/op/ks/system/system-to-be-installed has to be added as Kernel Options in System's General tab. ___ cobbler mailing list cobbler@lists.fedorahosted.org

Re: [cobbler] Reference to kickstart file is missing from /var/lib/tftpboot/pxelinux.cfg/* files

2015-10-30 Thread Orion Poplawski
On 10/23/2015 03:30 PM, Zarko Dudic wrote: Hallo, I've been using cobbler 2.6.9 and would like to check if this behaviors is expected. Basically, there is a system with associated kickstart file (added via systems – general – kickstart) and clicking on “view kickstart” all looks well. But once

Re: [cobbler] Reference to kickstart file is missing from /var/lib/tftpboot/pxelinux.cfg/* files

2015-10-30 Thread Zarko Dudic
Yes, netboot has been enabled. I found resolution or work around and it is to have line like: ks=http://cobbler-server/cblr/svc/op/ks/system/system-to-be-installed ... as Kernel Options in System's General tab. On 10/30/2015 6:47 PM, Orion Poplawski wrote: Sorry, your english is a little

Re: [cobbler] Install program from source tar

2015-10-30 Thread Robert Jacobson
I find it easier to put a SNIPPET to start post logging. In the kickstart: %post mv -f /mnt/sysimage/root/ks-post.log /mnt/sysimage/root/ks-post.log.old $SNIPPET('log_ks_post') [...] The snippet "log_ks_post" contains: set -x -v exec 1>/root/ks-post.log 2>&1 That way