On Fri, 19 Dec 2003, Anthony Joseph Seward wrote: >In order to reboot my laptop properly with the ethernet card installed, >I have to add the line ' exclude port 0x300-0x31f' to >/etc/pcmcia/config.opts. Is there any way of telling the PCMCIA system >to not use these ports during kickstart installations? This is the last >thing that I need to do for fully remote administration. There's no specific kickstart option for this sort of thing. The usual method would be a %post script, e.g.: %post echo 'exclude port 0x300-0x31f' >> /etc/pcmcia/config.opts Cheers, Phil