I want to break out my kickstart user definitions into a separate file.
Trying to pull that file in with %include
, I get an error that breaks the install:
Unable to open input kickstart file: curl#37 - "Couldn't open file /whatever/path/itry/user_section-ks.cfg"
This doc
and this doc
both say I can use it like this: %include /path/to/file
RH gives this example:
/usr/share/anaconda/user_section-ks.cfg
I've seen google results here and there, people using /tmp
and file:///
I tried 'em both.
I've checked every name, checked permissions and se contexts run ksvalidator
and ... I'm stumped! Don't know what I don't know :(