Revert "Ubuntu: ZFS has been promoted to main"
This reverts commit a9b77b76aca6a395f3f0592f443ea9f58972a7a4. Apparently, zfs-initramfs has not been promoted to main.
parent
ef6e551cbd
commit
55dd6261bf
|
@ -168,14 +168,14 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF-
|
||||||
# dpkg-reconfigure tzdata
|
# dpkg-reconfigure tzdata
|
||||||
|
|
||||||
# vi /etc/apt/sources.list
|
# vi /etc/apt/sources.list
|
||||||
deb 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
|
deb-src http://archive.ubuntu.com/ubuntu xenial main universe
|
||||||
|
|
||||||
deb 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
|
deb-src http://security.ubuntu.com/ubuntu xenial-security main universe
|
||||||
|
|
||||||
deb 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
|
deb-src http://archive.ubuntu.com/ubuntu xenial-updates main universe
|
||||||
|
|
||||||
# ln -s /proc/self/mounts /etc/mtab
|
# ln -s /proc/self/mounts /etc/mtab
|
||||||
# apt-get update
|
# apt-get update
|
||||||
|
|
|
@ -35,6 +35,8 @@ Set a password on the “ubuntu” (Live CD user) account:
|
||||||
|
|
||||||
1.4 Install ZFS in the Live CD environment:
|
1.4 Install ZFS in the Live CD environment:
|
||||||
|
|
||||||
|
# apt-add-repository universe
|
||||||
|
# apt-get update
|
||||||
# apt-get install --yes debootstrap gdisk zfs-initramfs
|
# apt-get install --yes debootstrap gdisk zfs-initramfs
|
||||||
|
|
||||||
## Step 2: Disk Formatting
|
## 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
|
# dpkg-reconfigure tzdata
|
||||||
|
|
||||||
# vi /etc/apt/sources.list
|
# vi /etc/apt/sources.list
|
||||||
deb 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
|
deb-src http://archive.ubuntu.com/ubuntu yakkety main universe
|
||||||
|
|
||||||
deb 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
|
deb-src http://security.ubuntu.com/ubuntu yakkety-security main universe
|
||||||
|
|
||||||
deb 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
|
deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main universe
|
||||||
|
|
||||||
# ln -s /proc/self/mounts /etc/mtab
|
# ln -s /proc/self/mounts /etc/mtab
|
||||||
# apt-get update
|
# apt-get update
|
||||||
|
|
Loading…
Reference in New Issue