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?