cvs commit: src/sys/boot/forth

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 14 01:45:46 PDT 2004


dillon      2004/10/14 01:44:34 PDT

DragonFly src repository

  Modified files:
    sys/boot/forth       loader.4th loader.conf 
  Log:
  Initialize the 'kernel' environment variable from loader.4th
  instead of loader.conf.  loader.4th will set the kernel name to
  'kernel' for normal boots, 'kernel.BOOTP' for PXE boots.  This allows
  us to distinguish between BOOTP kernels and normal kernels and,
  in particular, this will allow both to be shipped on the CD.
  
  Revision  Changes    Path
  1.4       +5 -0      src/sys/boot/forth/loader.4th
  1.6       +3 -1      src/sys/boot/forth/loader.conf


http://www.dragonflybsd.org/cvsweb/src/sys/boot/forth/loader.4th.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/forth/loader.conf.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list