From 590a29fef60b3a7a46b1b5e872429c7eeac2e718 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 11 May 2016 16:30:26 -0500 Subject: [PATCH] Ubuntu HOWTO: Reword Warning to Caution --- Ubuntu-16.04-Root-on-ZFS.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index 35d9d2f..686ce01 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -1,4 +1,4 @@ -### Warnings +### Caution * This HOWTO uses a whole physical disk. * Do not use these instructions for dual-booting. * Backup your data. Any existing data will be lost. @@ -333,11 +333,11 @@ Choose one of the following options. If you are going to do an encrypted home d 7.2a Create an unencrypted (regular) swap device: +**Caution**: Always use long `/dev/zvol` aliases in configuration files. Never use a short `/dev/zdX` device name. + # mkswap -f /dev/zvol/rpool/swap # echo /dev/zvol/rpool/swap none swap defaults 0 0 >> /etc/fstab -**Warning**: Always use long `/dev/zvol` aliases in configuration files. Never use a short `/dev/zdX` device name. - 7.2b Create an encrypted swap device: # echo cryptswap1 /dev/zvol/rpool/swap /dev/urandom \ @@ -350,8 +350,6 @@ Choose one of the following options. If you are going to do an encrypted home d # swapon -av -**Warning**: Always use long `/dev/zvol` aliases in configuration files. Never use a short `/dev/zdX` device name. - ## Step 8: Full Software Installation 8.1 Upgrade the minimal system: