Re: Can't get files to %include
Adrian Cruceru <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
Hi John, I think you should do all processing regarding %include in %pre, anything in %post is too late to change %include statements (system is already installed). Regards, Adrian On 04/17/2012 03:49 PM, John Oliver wrote: > RHEL 5.4 In %pre, I can %include /mnt/source/isolinux/setup-questions > But if I first copy setup-questions to /tmp/ks-files/, I can no longer > include it. Nor do my %include statements in %post for files I copied > to /tmp/ks-files/ work. What's the deal? How the heck do I get > includes to work??? >