Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2008 16:39:01 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386 Makefile src/sys/boot/i386/gptzfsboot Makefile src/sys/boot/i386/zfsboot zfsboot.c src/sys/boot/zfs zfs.c
Message-ID:  <200811191639.mAJGdJI7023248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2008-11-19 16:39:01 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386        Makefile 
    sys/boot/i386/zfsboot zfsboot.c 
    sys/boot/zfs         zfs.c 
  Added files:
    sys/boot/i386/gptzfsboot Makefile 
  Log:
  SVN rev 185096 on 2008-11-19 16:39:01Z by dfr
  
  Add a GPT-aware variant of zfsboot which should be used in a similar manner
  to gptboot, i.e. installed in a freebsd-boot partition using /sbin/gpart or
  /sbin/gpt.
  
  Tweak the /boot/loader ZFS support so that it can find ZFS pools that are
  contained in GPT partitions.
  
  Revision  Changes    Path
  1.24      +1 -1      src/sys/boot/i386/Makefile
  1.1       +74 -0     src/sys/boot/i386/gptzfsboot/Makefile (new)
  1.2       +106 -1    src/sys/boot/i386/zfsboot/zfsboot.c
  1.2       +7 -3      src/sys/boot/zfs/zfs.c



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