Date: Mon, 23 Nov 2009 16:00:16 +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: <200911231601.nANG1AGT005145@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-11-23 16:00:16 UTC FreeBSD src repository Modified files: sys/boot Makefile sys/boot/i386 Makefile sys/boot/i386/loader Makefile sys/boot/i386/zfsboot zfsboot.c Added files: sys/boot/i386/zfsloader Makefile Log: SVN rev 199714 on 2009-11-23 16:00:16Z by rnoland 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. Based on a previous patch from jhb@ Reviewed by: jhb@ MFC after: 2 weeks Revision Changes Path 1.40 +1 -1 src/sys/boot/Makefile 1.27 +1 -1 src/sys/boot/i386/Makefile 1.91 +18 -12 src/sys/boot/i386/loader/Makefile 1.7 +1 -1 src/sys/boot/i386/zfsboot/zfsboot.c 1.1 +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?200911231601.nANG1AGT005145>