Date: Mon, 7 Dec 2009 17:15:36 +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: <200912071717.nB7HHX9R044571@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-12-07 17:15:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot Makefile sys/boot/i386 Makefile sys/boot/i386/loader Makefile sys/boot/i386/zfsboot zfsboot.c Added files: (Branch: RELENG_7) sys/boot/i386/zfsloader Makefile Log: SVN rev 200221 on 2009-12-07 17:15:36Z 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.32.2.6 +1 -1 src/sys/boot/Makefile 1.21.2.10 +2 -2 src/sys/boot/i386/Makefile 1.85.2.7 +18 -12 src/sys/boot/i386/loader/Makefile 1.3.2.5 +1 -1 src/sys/boot/i386/zfsboot/zfsboot.c 1.1.4.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?200912071717.nB7HHX9R044571>