mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Update comment. We also look for GPT partitions.
This commit is contained in:
parent
d779d44313
commit
736c8a338c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue