K 10 svn:author V 3 ian K 8 svn:date V 27 2019-12-22T22:33:22.519938Z K 7 svn:log V 326 In gptboot, don't assume a partition number is a single digit, 1-9. GPT partitions can have 128 partitions, so parse contiguous digits and then validate that the number is between 1-128 inclusive. I'm not sure 128 is a hard limit in the GPT standard, but it's the common number in use, and it's a better upper limit than 9. END