Ubuntu HOWTO: Reword Warning to Caution

Richard Laager 2016-05-11 16:30:26 -05:00
parent b481ef0d02
commit 590a29fef6
1 changed files with 3 additions and 5 deletions

@ -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: