Bug 63127

Summary: %include files on a floppy?
Product: [Retired] Red Hat Linux Reporter: Pekka Savola <pekkas>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED WORKSFORME QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: low    
Version: 7.3Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-10 10:59:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pekka Savola 2002-04-10 10:59:48 UTC
%include cannot be in kickstart scenarios where ks.cfg is just copied on a
floppy (or probably CDROM somewhere); it seems like including is only possible
from "root" images.

This is usable in scenarios where you do like 'linux ks=floppy".

Comment 1 Jeremy Katz 2002-04-10 15:38:31 UTC
Sure you can, it just requires a little more work.  Something like the following
should let you use '%include /tmp/floppy/foo'.  Rather than add more to already
frightening code, I'd rather keep it understandable and have people take
advantage of it better.  It will just take a little bit of time to discover the
complete range of what it lets you do.

%pre
mkdir /tmp/floppy
mknod /tmp/fd0
mount /tmp/fd0 /tmp/floppy