Description of Problem: My CD-ROM driver is detected automatically when I start gtoaster first time, but the mountpoint is set to "egexp" so i have to change it to "/mnt/cdrom". Expected Results: it should be fetched automatically.
i don't think it's a bug. gtoaster reads /etc/fstab and will add correct mountpoint if it's found here. In your case the mountpoint does not exists in fstab.
Last line of my /etc/fstab is this: /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 I haven't done anything to it, it was already there.