]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the ability to override the disk unit/partition at the boot: prompt
authorian <ian@FreeBSD.org>
Tue, 27 Nov 2018 16:16:38 +0000 (16:16 +0000)
committerian <ian@FreeBSD.org>
Tue, 27 Nov 2018 16:16:38 +0000 (16:16 +0000)
commitb09f57e843fd997bc7a47cf79bcc899dee0acd15
tree00cdee2edec77579db9209e23cc548540f6f663a
parent70b242654b04d86808aecc3884c776f6e989d27f
Restore the ability to override the disk unit/partition at the boot: prompt
in gptboot.

When arch-independent geli support was added, a new static 'gdsk' struct
was added, but there was still a static 'dsk' struct, and when you typed
in an alternate disk/partition, the string was parsed into that struct,
which was then never used for anything.  Now the string gets parsed into
gdsk.dsk, the struct that's actually used.

X-MFC after: 3 days
stand/i386/gptboot/gptboot.c