This change introduces a new variable NANO_PART_SCHEME, which can be used to
specify the desired partitioning scheme. The default is "MBR", providing a
legacy PC partition table, for backwards compatibility.
The alternate value "GPT" causes a GPT partitioning to be used instead. The
two system slices are p1 and p2. The configuration slice is p3. An additional
boot slice p15 is created to hold the GPT boot code.