Ignore GBDE devices.
Spotted by: Lucky Green <shamrock@cypherpunks.to>
This commit is contained in:
parent
30fa49841a
commit
2082addf66
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112333
@ -333,6 +333,8 @@ Int_Open_Disk(const char *name)
|
||||
}
|
||||
} else if (!strcmp(t, "GPT"))
|
||||
i = Add_Chunk(d, off, len, n, ty, 0, 0, 0);
|
||||
else if (!strcmp(t, "BDE"))
|
||||
; /* nothing */
|
||||
else {
|
||||
printf("BARF %d\n", __LINE__);
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user