mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 23:52:49 +00:00
Update comment. We also look for GPT partitions.
This commit is contained in:
parent
d779d44313
commit
736c8a338c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204067
@ -397,7 +397,7 @@ zfs_dev_init(void)
|
||||
/*
|
||||
* Open all the disks we can find and see if we can reconstruct
|
||||
* ZFS pools from them. Bogusly assumes that the disks are named
|
||||
* diskN or diskNsM.
|
||||
* diskN, diskNpM or diskNsM.
|
||||
*/
|
||||
zfs_init();
|
||||
for (unit = 0; unit < 32 /* XXX */; unit++) {
|
||||
|
Loading…
Reference in New Issue
Block a user