]> Zhao Yanbai Git Server - minix.git/commit
/etc/rc: use mount -a instead of manual parsing
authorThomas Veerman <thomas@minix3.org>
Tue, 19 Jun 2012 16:03:11 +0000 (16:03 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 20 Jun 2012 10:48:38 +0000 (10:48 +0000)
commit6759b24c57826ed2bdc80e526d0fd2415a18703e
treefd689f1d104a7f1ee4785ec163565ea5fc747f36
parenteecd45134335de0ddc92e09c0d918b6a1fc10a91
/etc/rc: use mount -a instead of manual parsing

The rc script manually parses /etc/fstab to mount all file systems.
To do that it needs /bin/sed which does not exist anymore. mount(8)
now supports the -a flag which causes it to mount all file systems
listed in /etc/fstab except for '/'. File systems marked with 'noauto'
are skipped.
commands/mount/mount.c
etc/Makefile
etc/rc
etc/rc.subr.minix [deleted file]
etc/usr/rc
man/man1/mount.1