From f3203391c946a6256b3959be7bcbf9ee1b1d7d34 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 13 Aug 2016 01:19:21 -0500 Subject: [PATCH] Ubuntu: Add a missing backslash --- 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 50f35b8..4fca97a 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -74,7 +74,7 @@ Always use the long `/dev/disk/by-id/*` aliases with ZFS. Using the `/dev/sd*` -o feature@bookmarks=enabled \ -o feature@enabled_txg=enabled \ -o feature@embedded_data=enabled \ - -o feature@large_blocks=enabled + -o feature@large_blocks=enabled \ rpool /dev/disk/by-id/scsi-SATA_disk1-part1 **Notes:** diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index 4a1fb19..ad6ff17 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -77,7 +77,7 @@ Always use the long `/dev/disk/by-id/*` aliases with ZFS. Using the `/dev/sd*` -o feature@bookmarks=enabled \ -o feature@enabled_txg=enabled \ -o feature@embedded_data=enabled \ - -o feature@large_blocks=enabled + -o feature@large_blocks=enabled \ rpool /dev/disk/by-id/scsi-SATA_disk1-part1 **Notes:**