48dd1a4713
Fix up the editor links for the disklabel editor. Correct the display of fields when they're longer than the viewable length.
49 lines
2.3 KiB
C
49 lines
2.3 KiB
C
struct field label_field[] = {
|
|
{ 4, 02, 10, 10, -1, -1, -1, -1, -1, "wd0a"},
|
|
{ 4, 16, 3, 3, 2, 36, 6, -1, 2, "YES"},
|
|
{ 4, 27, 6, 30, 3, 37, 7, -1, 3, "MSDOS"},
|
|
{ 4, 39, 5, 5, 4, 38, 8, -1, 4, "1000"},
|
|
{ 4, 47, 30, 80, 6, 39, 9, -1, 1, "/an/example/mountpoint"},
|
|
{ 6, 02, 4, 4, -1, -1, -1, -1, -1, "wd0b"},
|
|
{ 6, 16, 3, 3, 7, 1, 11, -1, 7, "YES"},
|
|
{ 6, 27, 6, 20, 8, 2, 12, -1, 8, "MSDOS"},
|
|
{ 6, 39, 5, 5, 9, 3, 13, -1, 9, "1000"},
|
|
{ 6, 47, 30, 80, 11, 4, 14, -1, 6, "/an/example/mountpoint"},
|
|
{ 8, 02, 10, 10, -1, -1, -1, -1, -1, "wd0c"},
|
|
{ 8, 16, 3, 3, 12, 6, 16, -1, 12, "YES"},
|
|
{ 8, 27, 6, 20, 13, 7, 17, -1, 13, "MSDOS"},
|
|
{ 8, 39, 5, 5, 14, 8, 18, -1, 14, "1000"},
|
|
{ 8, 47, 30, 80, 16, 9, 19, -1, 11, "/an/example/mountpoint"},
|
|
{10, 02, 10, 10, -1, -1, -1, -1, -1, "wd0d"},
|
|
{10, 16, 3, 3, 17, 11, 21, -1, 17, "YES"},
|
|
{10, 27, 6, 20, 18, 12, 22, -1, 18, "MSDOS"},
|
|
{10, 39, 5, 5, 19, 13, 23, -1, 19, "1000"},
|
|
{10, 47, 30, 80, 21, 14, 24, -1, 16, "/an/example/mountpoint"},
|
|
{12, 02, 10, 10, -1, -1, -1, -1, -1, "wd0e"},
|
|
{12, 16, 3, 3, 22, 16, 26, -1, 22, "YES"},
|
|
{12, 27, 6, 20, 23, 17, 27, -1, 23, "MSDOS"},
|
|
{12, 39, 5, 5, 24, 18, 28, -1, 24, "1000"},
|
|
{12, 47, 30, 80, 26, 19, 29, -1, 21, "/an/example/mountpoint"},
|
|
{14, 02, 10, 10, -1, -1, -1, -1, -1, "wd0f"},
|
|
{14, 16, 3, 3, 27, 21, 31, -1, 27, "YES"},
|
|
{14, 27, 6, 20, 28, 22, 32, -1, 28, "MSDOS"},
|
|
{14, 39, 5, 5, 29, 23, 33, -1, 29, "1000"},
|
|
{14, 47, 30, 80, 31, 24, 34, -1, 26, "/an/example/mountpoint"},
|
|
{16, 02, 10, 10, -1, -1, -1, -1, -1, "wd0g"},
|
|
{16, 16, 3, 3, 32, 26, 36, -1, 32, "YES"},
|
|
{16, 27, 6, 20, 33, 27, 37, -1, 33, "MSDOS"},
|
|
{16, 39, 5, 5, 34, 28, 38, -1, 34, "1000"},
|
|
{16, 47, 30, 80, 36, 29, 39, -1, 31, "/an/example/mountpoint"},
|
|
{18, 02, 10, 10, -1, -1, -1, -1, -1, "wd0h"},
|
|
{18, 16, 3, 3, 37, 31, 1, -1, 37, "YES"},
|
|
{18, 27, 6, 20, 38, 32, 2, -1, 38, "MSDOS"},
|
|
{18, 39, 5, 5, 39, 33, 3, -1, 39, "1000"},
|
|
{18, 47, 30, 80, 1, 34, 4, -1, 36, "/an/example/mountpoint"},
|
|
{ 0, 18, 17, 17, -1, -1, -1, -1, -1, "Disk label editor"},
|
|
{ 2, 2, 11, 11, -1, -1, -1, -1, -1, "Partition"},
|
|
{ 2, 14, 8, 8, -1, -1, -1, -1, -1, "Preserve"},
|
|
{ 2, 25, 10, 10, -1, -1, -1, -1, -1, "Filesystem"},
|
|
{ 2, 39, 5, 5, -1, -1, -1, -1, -1, "Size"},
|
|
{ 2, 47, 10, 10, -1, -1, -1, -1, -1, "Mountpoint"}
|
|
};
|