Skip to content

Commit

Permalink
zfsboot: "ZFS pools" agrees with "labels" object
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamperrin authored Jan 26, 2025
1 parent 6bd709a commit 8ff856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/bsdinstall/scripts/zfsboot
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ zfs_create_diskpart()
fi
fi

# NB: ZFS pool will use `zfs#' GPT labels
# NB: ZFS pools will use `zfs#' GPT labels
if [ "$ZFSBOOT_BOOT_TYPE" = "BIOS+UEFI" ]; then
if [ "$ZFSBOOT_BOOT_POOL" ]; then
bootpart=p3 swappart=p4 targetpart=p4
Expand Down

0 comments on commit 8ff856d

Please sign in to comment.