cvs commit: src/sys/boot/forth src/sys/boot/i386/loader

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 14 02:41:49 PDT 2004


dillon      2004/10/14 02:41:02 PDT

DragonFly src repository

  Modified files:
    sys/boot/i386/loader Makefile 
  Added files:
    sys/boot/forth       loader-bootp.conf 
  Log:
  Add /boot/defaults/loader-bootp.conf, a separate default configuration
  file for bootp boots.  It's basically the same as defaults/loader.conf
  but with auxillary config file names extended with -bootp.  Changes are
  as follows:
  
  bootfile="kernel.BOOTP"
  userconfig_script_name="/boot/kernel-bootp.conf"
  loader_conf_files="/boot/device.hints /boot/loader-bootp.conf /boot/loader-bootp.conf.local"
  nextboot_conf="/boot/nextboot-bootp.conf"
  
  Revision  Changes    Path
  1.7       +2 -1      src/sys/boot/i386/loader/Makefile


http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/loader/Makefile.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list