I was saying that the filesystem rpm was responsible for the mount points /mnt/floppy and /mnt/cdrom. It makes sense that the entries in /etc/fstab don't show up now... because the mount points haven't been created and the entries is created by something other than a post install script in the filesystem rpm. Thanks, Preston -----Original Message----- From: Philip Rowlands [mailto:phr@xxxxxxxxxxxx] Sent: Monday, February 17, 2003 2:29 PM To: kickstart-list@xxxxxxxxxx Subject: Re: %post script On Mon, 17 Feb 2003, Preston Wade wrote: >When I use a post install script in my ks.cfg file the following things >don't happen. >/mnt/cdrom - doesn't get created >/mnt/floppy - doesn't get created >their corresponding entries in /etc/fstab don't get created. Kudzu, and specifically updfstab are responsible for creating these. They will not appear until your system first boots after kickstart. Have a look at /etc/init.d/kudzu. If you disable kudzu (as I do), you will need to run updfstab separately in your postinstall script(s) to create /dev/cdrom etc. >these entries normally get installed with the filesystem rpm which I am >installing. Not true - filesystem contains no files in /dev. Cheers, Phil _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list