]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't barf when we encounter an UUID for GPT partitions. Instead, add
authormarcel <marcel@FreeBSD.org>
Sun, 31 Oct 2004 01:28:59 +0000 (01:28 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 31 Oct 2004 01:28:59 +0000 (01:28 +0000)
commite0e7753e228f99241dffacc3ea1edcdfeedf7da6
tree1ecd0db40f26bdb02f9266011e0bea29042af444
parent17432a99e56e3aac0424524d9bdd13da99487254
Don't barf when we encounter an UUID for GPT partitions. Instead, add
the GPT partition on i386 and adm64 as type=gpt, subtype=0 and with the
sname set to the UUID. This prevents sysinstall from bombing out. This
also makes sure the GPT partition shows up in sysinstall so as to avoid
accidental "clobberage".

PR: bin/72896
lib/libdisk/chunk.c
lib/libdisk/open_disk.c