cvs commit: src/sys/boot/common help.common loader.8 src/sys/boot/efi/libefi bootinfo.c src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 bootinfo.c libi386.h src/sys/boot/i386/loader main.c src/sys/boot/ia64/ski bootinfo.c ...

Ruslan Ermilov ru at FreeBSD.org
Mon Feb 13 22:20:17 PST 2006


ru          2006-02-14 06:20:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/boot/common      help.common loader.8 
    sys/boot/efi/libefi  bootinfo.c 
    sys/boot/forth       loader.conf loader.conf.5 
    sys/boot/i386/libi386 bootinfo.c libi386.h 
    sys/boot/i386/loader main.c 
    sys/boot/ia64/ski    bootinfo.c 
    sys/boot/powerpc/loader metadata.c 
    sys/boot/sparc64/loader metadata.c 
  Log:
  MFC:
  
  - Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:
    "boot_dfltroot", "boot_mute", and "boot_pause" respectively.
  
  - Cause all flags passed by boot2 to set the respective loader(8)
    boot_* variable.  The end effect is that all flags from boot2
    are now passed to the kernel.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.39.2.2  +24 -0     src/sys/boot/common/help.common
  1.82.2.2  +10 -1     src/sys/boot/common/loader.8
  1.11.2.1  +8 -2      src/sys/boot/efi/libefi/bootinfo.c
  1.95.2.6  +3 -0      src/sys/boot/forth/loader.conf
  1.23.2.3  +2 -3      src/sys/boot/forth/loader.conf.5
  1.37.2.1  +15 -2     src/sys/boot/i386/libi386/bootinfo.c
  1.20.2.1  +1 -0      src/sys/boot/i386/libi386/libi386.h
  1.31.2.1  +1 -1      src/sys/boot/i386/loader/main.c
  1.12.2.1  +8 -2      src/sys/boot/ia64/ski/bootinfo.c
  1.5.2.1   +8 -2      src/sys/boot/powerpc/loader/metadata.c
  1.13.2.2  +8 -2      src/sys/boot/sparc64/loader/metadata.c


More information about the cvs-all mailing list