Tom Brown wrote: >> Please find the patch that installs the pxe,power in >> /etc/cobbler/(pxe|power)/ and the kickstarts in /var/lib/cobbler/kickstarts. >> >> The rpm.spec has been updated to move pxe and power files. Existing *.ks >> files are copied to the new location to not break existing references from >> profiles. >> >> >> > > i have been putting .ks's in /etc/cobbler/kickstarts for quite some time > and i have not seen any issues. Is this considered 'wrong' ? > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
It's not hurting anything to put them there. In general LSB guidelines suggest that /etc is for configuration files and /var/lib is better suited for "user state" or "application state" kind of things. It's generally best when packaging to follow that closely to avoid confusion, and it also makes it easier when working with lots of various programs if they are as consistent as possible. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
