mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ignore geom_vinum providers.
This commit is contained in:
parent
4d84a58d1d
commit
3231ba13da
1 changed files with 2 additions and 0 deletions
|
|
@ -263,6 +263,8 @@ Int_Open_Disk(const char *name, char *conftxt)
|
|||
; /* nothing */
|
||||
else if (!strcmp(t, "APPLE"))
|
||||
i = Add_Chunk(d, off, len, n, apple, 0, 0, sn);
|
||||
else if (strstr(t, "VINUM") != NULL)
|
||||
; /* nothing */
|
||||
else {
|
||||
printf("BARF %d\n", __LINE__);
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue