1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

floppy mountpoint is /media/floppy

Correct floppy mountpoint location to match FHS.

Quoting FHS <http://www.pathname.com/fhs/pub/fhs-2.3.html>:
/media : Mount point for removeable media
Purpose

This directory contains subdirectories which are used as mount points for removeable media such as floppy disks, cdroms and zip disks.
[...]
The following directories, or symbolic links to directories, must be in /media, if the corresponding subsystem is installed:

Directory	Description
floppy	Floppy drive (optional)
[...]
This commit is contained in:
Andreas Metzler
2010-08-01 17:48:34 +02:00
committed by Carlos R. Mafra
parent c238d8417f
commit 879d84d883

View File

@@ -3,7 +3,7 @@
BoldSystemFont = "Sans:bold";
DefaultFontSize = 11;
AntialiasedText = Yes;
FloppyPath = "/floppy";
FloppyPath = "/media/floppy";
DoubleClickTime = 250;
MouseWheelUp = Button4;
MouseWheelDown = Button5;