summaryrefslogtreecommitdiff
path: root/scripts/init-floppy
AgeCommit message (Collapse)Author
2010-07-06Don't need explict sync in init-floppyStephen Hemminger
The sync call was added to try and workaround floppy bug, but it didn't do anything so remove it. File is already saved with fsync.
2009-12-01Add sync after config saveStephen Hemminger
Calling sync ensure buffer cache is flushed, so that config is actually on disk. May resolve some of the regression test I/O errors.
2009-11-18Mount floppy with dirsyncStephen Hemminger
Ensures that directory update occurs before umount
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