Skip to content

Commit efefdbf

Browse files
classabbyampthe-maldridge
authored andcommitted
installation/guilds/zfs: change chroot prompt to xchroot format
1 parent 6c1298c commit efefdbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/installation/guides/zfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ make sure that the `zfs` package has been installed and `dracut` is configured
173173
to identify a ZFS root filesystem:
174174

175175
```
176-
(chroot) # mkdir -p /etc/dracut.conf.d
177-
(chroot) # cat > /etc/dracut.conf.d/zol.conf <<EOF
176+
[xchroot /mnt] # mkdir -p /etc/dracut.conf.d
177+
[xchroot /mnt] # cat > /etc/dracut.conf.d/zol.conf <<EOF
178178
nofsck="yes"
179179
add_dracutmodules+=" zfs "
180180
omit_dracutmodules+=" btrfs resume "
181181
EOF
182-
(chroot) # xbps-install zfs
182+
[xchroot /mnt] # xbps-install zfs
183183
```
184184

185185
Finally, follow the "Finalization" instructions and reboot into your new system.

0 commit comments

Comments
 (0)