macs: fixup sda -> sda1 in readme
Graham Christensen committed
Apr 26, 2019 at 08:38 UTC
710a01ed2d1fb5e2e85b3c914e368a07c584e807
1 file changed
+1
-1
macs/README.md
+1
-1
@@ -33,7 +33,7 @@ parted /dev/sda -- mkpart ESP fat32 1MiB 512MiB
33
parted /dev/sda -- set 3 boot on
34
```
35
36
-2. Create a zpool with `/dev/sda` and mount it:
36
+2. Create a zpool with `/dev/sda1` and mount it:
37
```
38
zpool create -o ashift=12 -o altroot=/mnt rpool /dev/sda1
39
zfs create -o mountpoint=legacy rpool/root