]> Zhao Yanbai Git Server - minix.git/commit
mainstream-format fstab format
authorBen Gras <ben@minix3.org>
Wed, 9 Nov 2011 15:34:47 +0000 (16:34 +0100)
committerBen Gras <ben@minix3.org>
Mon, 14 Nov 2011 14:47:28 +0000 (14:47 +0000)
commitcedeabb357aabd23c1737fcc7b051d385b8bf940
tree7b4e07c6d1aa46a40a1df21bb8aa97a8d7fc1bc1
parent4311136125a3e2f114c14158ff613fa2d3ebe540
mainstream-format fstab format

. detect both formats in /etc/rc
. generate new format in setup
. obsoletes /etc/fstab.local: everything can go in /etc/fstab
. put shutdown/reboot/halt and a copy of /usr/adm/wtmp
  (/etc/wtmp) on root FS so that we can do shutdown checks before
  mounting /usr
. new fstab format makes getfsent() and friends work
21 files changed:
commands/Makefile
commands/fsck.mfs/fsck.c
commands/reboot/Makefile
commands/reboot/halt.c
commands/reboot/log.c
commands/reboot/shutdown.c
commands/reboot/wtmp.h [new file with mode: 0644]
commands/setup/setup.sh
commands/tinyhalt/Makefile [deleted file]
commands/tinyhalt/README [deleted file]
commands/tinyhalt/tinyhalt.c [deleted file]
docs/UPDATING
etc/Makefile
etc/fstab [deleted file]
etc/fstab.local [deleted file]
etc/newfstab.sh [new file with mode: 0644]
etc/rc
etc/rc.subr.minix [new file with mode: 0755]
etc/usr/rc
tools/mkboot
tools/release.sh