Enable packet mode by default. Disk drives have gotten so large now,
it is often the case the partition one wants to boot is above cylinder 1023.
This commit is contained in:
parent
a2e358988f
commit
3d862ddd11
@ -61,7 +61,7 @@ static const struct {
|
||||
const char *tok;
|
||||
int def;
|
||||
} opttbl[] = {
|
||||
{"packet", 0},
|
||||
{"packet", 1},
|
||||
{"update", 1},
|
||||
{"setdrv", 0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user