cvs commit: src/etc rc.initdiskless

Luigi Rizzo luigi at FreeBSD.org
Wed Dec 13 02:19:38 PST 2006


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


More information about the cvs-src mailing list