On Mon, Apr 12, 1999 at 04:54:03PM +0200, Wichert Akkerman wrote: > Previously Enrique Zanardi wrote: > > I've done that for potato boot-floppies. > > May I ask how? I usually have these entries: > > /floppy /dev/floppy vfat user,noauto,noexec 0 0 > /cdrom /cdr/cdrom iso9660 user,noauto,ro 0 0
For new potato installations, the default /etc/fstab will have the following: /dev/fd0 /floppy auto defaults,user,noauto 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 /dev/cdrom is a symlink created by the boot-floppies if the user installs from a CD-ROM. I'll probably change that a little to support SCSI floppies (common on sparcs). -- Enrique Zanardi [EMAIL PROTECTED]

