From 663545cd314e9ed8f2e6d7ab6b7d3f3ffe7a2a2a Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Tue, 12 May 2020 17:40:33 -0500 Subject: [PATCH] Update void-install.md --- void-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/void-install.md b/void-install.md index 1c6ce03..5cb241f 100644 --- a/void-install.md +++ b/void-install.md @@ -130,7 +130,7 @@ xbps-reconfigure -f linux5.4 * Assign command-line arguments to be used when booting the final kernel. Because ZFS properties are inherited, assign the common properties to the `ROOT` dataset so all children will inherit common arguments by default. ``` -zfs set org.zfsbootmenu:commandline="spl_hostid=$( hostid ) ro quiet" zpool/ROOT +zfs set org.zfsbootmenu:commandline="spl_hostid=$( hostid ) ro quiet" zroot/ROOT ``` * Create an EFI partition on `/dev/sdb`