From 909e7f2762689d4aab6c6f68d0d4c9371b9375d1 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 1 Jun 2016 03:42:14 -0500 Subject: [PATCH] Ubuntu: Use /proc/self/mounts /proc/mounts is a symlink to /proc/self/mounts these days. The latter is recommended. --- Ubuntu-16.04-Root-on-ZFS.md | 2 +- Ubuntu-16.10-Root-on-ZFS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: