We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1298c commit efefdbfCopy full SHA for efefdbf
src/installation/guides/zfs.md
@@ -173,13 +173,13 @@ make sure that the `zfs` package has been installed and `dracut` is configured
173
to identify a ZFS root filesystem:
174
175
```
176
-(chroot) # mkdir -p /etc/dracut.conf.d
177
-(chroot) # cat > /etc/dracut.conf.d/zol.conf <<EOF
+[xchroot /mnt] # mkdir -p /etc/dracut.conf.d
+[xchroot /mnt] # cat > /etc/dracut.conf.d/zol.conf <<EOF
178
nofsck="yes"
179
add_dracutmodules+=" zfs "
180
omit_dracutmodules+=" btrfs resume "
181
EOF
182
-(chroot) # xbps-install zfs
+[xchroot /mnt] # xbps-install zfs
183
184
185
Finally, follow the "Finalization" instructions and reboot into your new system.
0 commit comments