Date: Tue, 17 Nov 2009 10:17:58 -0500 From: John Baldwin <jhb@freebsd.org> To: current@FreeBSD.org Subject: [PATCH] Build a separate ZFS-enabled loader.zfs Message-ID: <200911171017.58140.jhb@freebsd.org>
next in thread | raw e-mail | index | archive | help
This patch is a workaround to enabling ZFS support by default in the boot loader. It enables building a loader.zfs which is a ZFS-enabled loader and changing zfsboot and gptzfsboot to use /boot/loader.zfs instead of /boot/loader. I have only tested that things built ok, I have not boot-tested it as I don't have ZFS setup anywhere. The patch is available at http://www.FreeBSD.org/~jhb/loader.zfs/. You will also need to copy the 'loader.zfs/Makefile' file from that URL into a new sys/boot/i386/loader.zfs directory after applying the patch. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911171017.58140.jhb>