Is it possible?
I'm using a dvd based installation, using an ext2 kickstart floppy, where I type
linux ks=floppy
during install
The installation proceeds and completes.
I would like to put some customization scripts inside the floppy and copy them to the system during install.
They would be used on the target system after installation and they require user input to complete, that can be different across installations.
I have no network connectivity during install.
Any hints on how the floppy is mounted when anaconda copies the ks.cfg file to hard disk and if it is accessible during install in %pre or %post phase?
It seems that it is suddenly unmounted...
I could try to detect which device name it is the floppy and then manually mount it during the %post section, but perhaps there is a smarter way...
Thanks,
Gianluca
I'm using a dvd based installation, using an ext2 kickstart floppy, where I type
linux ks=floppy
during install
The installation proceeds and completes.
I would like to put some customization scripts inside the floppy and copy them to the system during install.
They would be used on the target system after installation and they require user input to complete, that can be different across installations.
I have no network connectivity during install.
Any hints on how the floppy is mounted when anaconda copies the ks.cfg file to hard disk and if it is accessible during install in %pre or %post phase?
It seems that it is suddenly unmounted...
I could try to detect which device name it is the floppy and then manually mount it during the %post section, but perhaps there is a smarter way...
Thanks,
Gianluca
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines