Age | Commit message (Collapse) | Author |
|
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.
|
|
Calling sync ensure buffer cache is flushed, so that config is
actually on disk. May resolve some of the regression test I/O errors.
|
|
Ensures that directory update occurs before umount
|
|
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
|
|
Replace references to VPL 1.0 with GPLv2
|
|
|
|
|
|
|