Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 21:48:51 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/forth loader.4th.8
Message-ID:  <200409302148.i8ULmpNr059970@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2004-09-30 21:48:51 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/forth       loader.4th.8 
  Log:
  Setting "kernel" to an absolute path is a bad idea because
  after loading such a kernel, "module_path" will be set to
  an insane value.  Fixed example by providing an equivalent
  setting.  For the record, when automatically loading a
  kernel (commands "boot" and "boot-conf"), the following is
  tried, in this order:
  
          path=/boot/${kernel} file=${bootfile}
          path=/boot/${kernel} file=${kernel}
          path=${kernel} file=${bootfile}
          path=${kernel} file=${kernel}
          path=${module_path} file=${kernel}
  
  Revision  Changes    Path
  1.15      +2 -2      src/sys/boot/forth/loader.4th.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409302148.i8ULmpNr059970>