Date: Wed, 13 Dec 2006 10:19:38 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.initdiskless Message-ID: <200612131019.kBDAJceB030436@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2006-12-13 10:19:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
etc rc.initdiskless
Log:
MFC: sync with the version in -current, in detail:
- put some common code in a function handle_remount();
- add better checks on non-existing directories to prevent error
messages at run time;
- introduce a function log() to help debugging diskless booting
when things don't work;
- modify the parsing of diskless_remount so you can add mount_nfs
options after the pathname. You could use 'remount' to do something
similar, but this way is more convenient because you don't have to
hardwire the server name in the command.
- document the above.
Revision Changes Path
1.42.2.6 +54 -41 src/etc/rc.initdiskless
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612131019.kBDAJceB030436>
