Re: Can't get files to %include
Chris Lumens <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
> The %include directives are parsed and used immediately after "%pre". > This information is used for the install process that is between > %pre and %post. This is so a %pre script can generate a %include, if need be. You can also use %ksappend which takes place even earlier. > Not to mention the fact that %post is already chrooted in the > installed system, and the "/tmp" folder points to hard disk instead > of ram disk. You can use --nochroot to get out of that, though. - Chris