summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-24 21:56:03 +0000
committerache <ache@FreeBSD.org>1994-11-24 21:56:03 +0000
commit1642397153c56f27022ef63c11f1b45ec95b0e98 (patch)
treea34182c345581c577a09206f894bdd86794de61b /sbin/sysinstall
parentda72abc9ca19eaf9dad69bd7766a790dc978ef96 (diff)
downloadFreeBSD-src-1642397153c56f27022ef63c11f1b45ec95b0e98.zip
FreeBSD-src-1642397153c56f27022ef63c11f1b45ec95b0e98.tar.gz
Sectors field too narow (6 digits only), increase it to 7
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/mbr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysinstall/mbr.h b/sbin/sysinstall/mbr.h
index 81e9437..be08380 100644
--- a/sbin/sysinstall/mbr.h
+++ b/sbin/sysinstall/mbr.h
@@ -9,7 +9,7 @@ struct field mbr_field[] = {
{ 8, 5, 5, 10, 8, 6, 10, 6, 8, "0", F_EDIT, 0, 0},
{ 8, 14, 5, 10, 9, 6, 10, 7, 9, "0", F_EDIT, 0, 0},
{ 8, 24, 5, 10, 10, 6, 10, 8, 10, "0", F_EDIT, 0, 0},
- { 9, 9, 6, 10, 11, 7, 12, 9, 11, "0", F_EDIT, 0, 0},
+ { 9, 9, 7, 10, 11, 7, 12, 9, 11, "0", F_EDIT, 0, 0},
{ 9, 27, 5, 10, 12, 7, 12, 10, 12, "0", F_EDIT, 0, 0},
{10, 10, 10, 10, 13, 10, 25, 11, 13, "Not Active", F_EDIT, 0, 0},
{ 4, 47, 5, 5, 14, 50, 14, 12, 14, "000", F_EDIT, 0, 0},
@@ -21,7 +21,7 @@ struct field mbr_field[] = {
{ 8, 44, 5, 10, 20, 18, 22, 18, 20, "0", F_EDIT, 0, 0},
{ 8, 54, 5, 10, 21, 18, 22, 19, 21, "0", F_EDIT, 0, 0},
{ 8, 64, 5, 10, 22, 18, 22, 20, 22, "0", F_EDIT, 0, 0},
- { 9, 48, 6, 10, 23, 19, 24, 21, 23, "0", F_EDIT, 0, 0},
+ { 9, 48, 7, 10, 23, 19, 24, 21, 23, "0", F_EDIT, 0, 0},
{ 9, 66, 5, 10, 24, 20, 24, 22, 24, "0", F_EDIT, 0, 0},
{10, 49, 10, 10, 25, 22, 37, 23, 25, "Not Active", F_EDIT, 0, 0},
{14, 8, 5, 5, 26, 12, 26, 24, 26, "000", F_EDIT, 0, 0},
@@ -33,7 +33,7 @@ struct field mbr_field[] = {
{18, 5, 5, 10, 32, 30, 34, 30, 32, "0", F_EDIT, 0, 0},
{18, 14, 5, 10, 33, 30, 34, 31, 33, "0", F_EDIT, 0, 0},
{18, 24, 5, 10, 34, 30, 34, 32, 34, "0", F_EDIT, 0, 0},
- {19, 9, 6, 10, 35, 31, 36, 33, 35, "0", F_EDIT, 0, 0},
+ {19, 9, 7, 10, 35, 31, 36, 33, 35, "0", F_EDIT, 0, 0},
{19, 27, 5, 10, 36, 31, 36, 34, 36, "0", F_EDIT, 0, 0},
{20, 10, 10, 10, 37, 34, 49, 35, 37, "Not Active", F_EDIT, 0, 0},
{14, 47, 5, 5, 38, 24, 38, 36, 38, "000", F_EDIT, 0, 0},
@@ -45,7 +45,7 @@ struct field mbr_field[] = {
{18, 44, 5, 10, 44, 42, 46, 42, 44, "0", F_EDIT, 0, 0},
{18, 54, 5, 10, 45, 43, 46, 43, 45, "0", F_EDIT, 0, 0},
{18, 64, 5, 10, 46, 43, 46, 44, 46, "0", F_EDIT, 0, 0},
- {19, 48, 6, 10, 47, 43, 48, 45, 47, "0", F_EDIT, 0, 0},
+ {19, 48, 7, 10, 47, 43, 48, 45, 47, "0", F_EDIT, 0, 0},
{19, 66, 5, 10, 48, 44, 48, 46, 48, "0", F_EDIT, 0, 0},
{20, 49, 10, 10, 49, 46, 50, 47, 49, "Not Active", F_EDIT, 0, 0},
{22, 15, 2, 2, 50, 36, 1, 48, 50, "OK", F_BUTTON, 0, 0},
OpenPOWER on IntegriCloud