cvs commit: src/sys/boot/forth loader.4th.8

Ruslan Ermilov ru at FreeBSD.org
Thu Sep 30 14:48:51 PDT 2004


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


More information about the cvs-src mailing list