From 55dd6261bff6b303f35c291257b79b0d5e8e968f Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Thu, 22 Sep 2016 10:15:20 -0500 Subject: [PATCH] Revert "Ubuntu: ZFS has been promoted to main" This reverts commit a9b77b76aca6a395f3f0592f443ea9f58972a7a4. Apparently, zfs-initramfs has not been promoted to main. --- Ubuntu-16.04-Root-on-ZFS.md | 12 ++++++------ Ubuntu-16.10-Root-on-ZFS.md | 14 ++++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index c95fa16..1cd453d 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -168,14 +168,14 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- # dpkg-reconfigure tzdata # vi /etc/apt/sources.list - deb http://archive.ubuntu.com/ubuntu xenial main - deb-src http://archive.ubuntu.com/ubuntu xenial main + deb http://archive.ubuntu.com/ubuntu xenial main universe + deb-src http://archive.ubuntu.com/ubuntu xenial main universe - deb http://security.ubuntu.com/ubuntu xenial-security main - deb-src http://security.ubuntu.com/ubuntu xenial-security main + deb http://security.ubuntu.com/ubuntu xenial-security main universe + deb-src http://security.ubuntu.com/ubuntu xenial-security main universe - deb http://archive.ubuntu.com/ubuntu xenial-updates main - deb-src http://archive.ubuntu.com/ubuntu xenial-updates main + deb http://archive.ubuntu.com/ubuntu xenial-updates main universe + deb-src http://archive.ubuntu.com/ubuntu xenial-updates main universe # ln -s /proc/self/mounts /etc/mtab # apt-get update diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index 2251e7a..9a777e2 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -35,6 +35,8 @@ Set a password on the “ubuntu” (Live CD user) account: 1.4 Install ZFS in the Live CD environment: + # apt-add-repository universe + # apt-get update # apt-get install --yes debootstrap gdisk zfs-initramfs ## Step 2: Disk Formatting @@ -170,14 +172,14 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- # dpkg-reconfigure tzdata # vi /etc/apt/sources.list - deb http://archive.ubuntu.com/ubuntu yakkety main - deb-src http://archive.ubuntu.com/ubuntu yakkety main + deb http://archive.ubuntu.com/ubuntu yakkety main universe + deb-src http://archive.ubuntu.com/ubuntu yakkety main universe - deb http://security.ubuntu.com/ubuntu yakkety-security main - deb-src http://security.ubuntu.com/ubuntu yakkety-security main + deb http://security.ubuntu.com/ubuntu yakkety-security main universe + deb-src http://security.ubuntu.com/ubuntu yakkety-security main universe - deb http://archive.ubuntu.com/ubuntu yakkety-updates main - deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main + deb http://archive.ubuntu.com/ubuntu yakkety-updates main universe + deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main universe # ln -s /proc/self/mounts /etc/mtab # apt-get update