- Code: Select all
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
instead of whatever it is now _by_default_. I'm typing this post from a Live Linux Mint 11 64-bit Install thumb drive, and it doesn't even have a floppy line in the fstab. I'm not on a computer with a floppy drive now, but I know the default doesn't allow floppies to mount as of Linux Mint 10 (and I doubt anything was done about it since then), and changing it to the above fixes it. Also, upon detection of a floppy diskette, the following needs to be triggered:
- Code: Select all
udisks --mount /dev/fd0
I know less and less people use floppies, but this is so easy to fix, why not? It'd save a lot of pain for the few people that still use floppies, that's for sure. I had a lot of pain trying to find that solution.
I know anyone can edit the fstab to be whatever, but please put this in the default. It would make things easier on people.
Please edit /etc/apt/sources.list.d/local-repository.list file to be:
- Code: Select all
deb file:///usr/share/local-repository binary/
again, _by_default. I know anyone can edit this themselves, but it saves pain to just not have the problem to begin with. I am in the Live Linux Mint 11 64-bit Installer from a thumb drive as I type this, and this _is_ what the line says in the installer's /etc/apt/sources.list.d/local-repository.list file, but when I install Linux Mint 11 64-bit, that actual installation's /etc/apt/sources.list.d/local-repository.list file says:
- Code: Select all
deb file:///usr/share/local-repository katya
This wrong default makes Synaptic not work. Applying the above correction fixes it.

Please implement these.
With Love for Linux,
Jake




