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