summaryrefslogtreecommitdiff
path: root/scripts/init-floppy
AgeCommit message (Collapse)Author
2009-10-01Mount floppy with safer optionsStephen Hemminger
Change how floppy is mounted to avoid updates and possible security issues: noatime - don't update last access time (avoids writing to floppy) noexec - don't allow running programs off floppy nosuid - block setuid programs nodev - no device special files allowed
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2007-12-14handle repeated init-floppyTom Grennan
2007-12-03fix init-floppyTom Grennan
2007-10-19import init-floppy from fairfield/xorp/scriptsAn-Cheng Huang