Introduce floppy-utils: a CLI for creating, editing, archiving, and restoring floppy disk images on Linux with USB floppy drive support. Includes main floppy command, legacy wrappers, dependency checker, install script, and comprehensive documentation.
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
# Copy to ~/.config/floppy-utils/config and adjust paths.
|
|
|
|
# FLOPPY_DISKDIR="$HOME/Retro/BLANKS"
|
|
# FLOPPY_MEDIADIR="/media/$USER"
|
|
|
|
# Mitsumi USB UFDD on this machine (when no other removable disks attached):
|
|
# FLOPPY_DEVICE=/dev/sda
|
|
|
|
# FLOPPY_DEFAULT_SIZE_KB=1440
|
|
# FLOPPY_DEVICE_MATCH='mitsumi|ufdd|fdd|floppy' |