diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index d5bf711..d1101fc 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -170,7 +170,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- deb http://archive.ubuntu.com/ubuntu xenial-updates main universe deb-src http://archive.ubuntu.com/ubuntu xenial-updates main universe - # ln -s /proc/mounts /etc/mtab + # ln -s /proc/self/mounts /etc/mtab # apt-get update # apt-get install --yes ubuntu-minimal diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index a697364..88758f9 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -173,7 +173,7 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF- deb http://archive.ubuntu.com/ubuntu yakkety-updates main universe deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main universe - # ln -s /proc/mounts /etc/mtab + # ln -s /proc/self/mounts /etc/mtab # apt-get update 4.5 Install ZFS in the chroot environment for the new system: