Editing ZFS on Boot

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 221: Line 221:
  
 
==== Install ZFS ====
 
==== Install ZFS ====
 
Boot support is now included with the binary install versions, so you don't have to compile it yourself.
 
  
 
In you haven't done so already, install homebrew (or macports, but in the example we will stick to homebrew as it's quicker to set-up):
 
In you haven't done so already, install homebrew (or macports, but in the example we will stick to homebrew as it's quicker to set-up):
Line 239: Line 237:
 
  # git clone https://github.com/openzfsonosx/zfs.git
 
  # git clone https://github.com/openzfsonosx/zfs.git
  
Build and install spl:
+
Build and install spl (El Capitan):
 +
# cd spl
 +
# git fetch --all
 +
# ./autogen.sh
 +
# ./configure --enable-boot
 +
# make
 +
# sudo make install DESTDIR=/Volumes/Capitan
 +
 
 +
Build and install spl (Sierra):
 
  # cd spl
 
  # cd spl
 
  # git fetch --all
 
  # git fetch --all
 +
# git checkout ldi-boot
 +
# git cherry-pick a96831d3d32d04c01cb6ef48ba1c52ed7b52282b
 
  # ./autogen.sh
 
  # ./autogen.sh
 
  # ./configure --enable-boot
 
  # ./configure --enable-boot
Line 251: Line 259:
 
  # cd ../zfs
 
  # cd ../zfs
 
  # git fetch --all
 
  # git fetch --all
 +
# git checkout ldi-boot
 
  # ./autogen.sh
 
  # ./autogen.sh
 
  # ./configure --enable-boot  
 
  # ./configure --enable-boot  

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)