Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2009 16:37:02 +0000 (UTC)
From:      Robert Noland <rnoland@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot Makefile src/sys/boot/i386 Makefile src/sys/boot/i386/loader Makefile src/sys/boot/i386/zfsboot zfsboot.c src/sys/boot/i386/zfsloader Makefile
Message-ID:  <200912071637.nB7GbsQR030368@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rnoland     2009-12-07 16:37:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/boot             Makefile 
    sys/boot/i386        Makefile 
    sys/boot/i386/loader Makefile 
    sys/boot/i386/zfsboot zfsboot.c 
  Added files:           (Branch: RELENG_8)
    sys/boot/i386/zfsloader Makefile 
  Log:
  SVN rev 200220 on 2009-12-07 16:37:02Z by rnoland
  
  MFC 199714
  
  Create a seperate ZFS enabled loader.
  
  This adds zfsloader which will be called by zfsboot/gptzfsboot code rather
  than the tradional loader.  This eliminates the need to set the
  LOADER_ZFS_SUPPORT variable in order to get a ZFS enabled loader.
  
  Note however, that you must reinstall your bootcode (zfsboot/gptzfsboot)
  in order for the boot process to use the new loader.
  
  New installations will no longer be required to build a ZFS enabled
  loader for a working ZFS boot system.  Installing zfsboot/gptzfsboot is
  sufficient for acknowledging the use of CDDL code and therefore the ZFS
  enabled loader.
  
  Revision  Changes    Path
  1.39.2.2  +1 -1      src/sys/boot/Makefile
  1.26.2.2  +1 -1      src/sys/boot/i386/Makefile
  1.90.2.2  +18 -12    src/sys/boot/i386/loader/Makefile
  1.3.4.5   +1 -1      src/sys/boot/i386/zfsboot/zfsboot.c
  1.1.2.2   +12 -0     src/sys/boot/i386/zfsloader/Makefile (new)



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