mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133077
@ -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