From bbbb155af53552c7fa67b32be29c6ab6b94bd67b Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Tue, 30 Aug 2011 23:16:44 -0500 Subject: [PATCH] Link to the Launchpad ZFS team PPA. The team PPA at Launchpad is a better place to publish pkg-zfs than my personal PPA because it provides group access, so deprecate ppa:dajhorn/zfs and recommend ppa:zfs-native/stable instead. Both PPAs have been getting the same updates for the past few weeks and keeping both current is inexpensive. --- faq.html | 13 +++++++++---- index.html | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/faq.html b/faq.html index f48900467..a0d69693e 100644 --- a/faq.html +++ b/faq.html @@ -76,8 +76,8 @@

1.1 What about the licensing issue?

1.2 How do I install it?

-

If your using an Ubuntu distribution the easiest way to install ZFS is -with Darik Horn's +

If you are using an Ubuntu distribution the easiest way to install ZFS is +with Darik Horn's ZFS PPA. Simply add the PPA to your list of repositories and install the ZFS packages with your favorite package manager. The ZFS source will be downloaded to your system and compiled with dkms. In addition, the ZFS @@ -85,7 +85,7 @@

1.2 How do I install it?

or when you update your kernel.

-$ sudo add-apt-repository ppa:dajhorn/zfs
+$ sudo add-apt-repository ppa:zfs-native/stable
 $ sudo apt-get update
 $ sudo apt-get install ubuntu-zfs
 
@@ -488,7 +488,12 @@

1.14 How do I automatically mount ZFS file systems during startup?