Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | Remove reference to init-floppy | Stephen Hemminger | |
Bug 7608 | |||
2011-05-11 | Fix Bug 7012 make /config available with init-floppy | Mohit Mehta | |
2010-12-04 | Set up commit-revisions if configured after init-floppy. | Stig Thormodsrud | |
2010-09-20 | fix init-floppy for squeeze | An-Cheng Huang | |
2010-07-06 | Don't need explict sync in init-floppy | Stephen 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-01 | Add sync after config save | Stephen 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-18 | Mount floppy with dirsync | Stephen Hemminger | |
Ensures that directory update occurs before umount | |||
2009-10-01 | Mount floppy with safer options | Stephen 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-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2007-12-14 | handle repeated init-floppy | Tom Grennan | |
2007-12-03 | fix init-floppy | Tom Grennan | |
2007-10-19 | import init-floppy from fairfield/xorp/scripts | An-Cheng Huang | |