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
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
20111109:
|
||||
fstab format change. /etc/rc reads both formats for a while.
|
||||
Please convert your /etc/fstab to the new format though as
|
||||
the system will assume the new format in the future.
|
||||
|
||||
A helper script is in etc/. Example:
|
||||
# sh etc/newfstab.sh /etc/fstab >newfstab
|
||||
(Don't redirect to /etc/fstab directly as the shell will
|
||||
truncate it before it can be read.)
|
||||
|
||||
20110928:
|
||||
Update your /usr/etc/daily and /etc/man.conf if you
|
||||
want to fully enjoy the manpage fixes.
|
||||
|
||||
Reference in New Issue
Block a user