summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-03 15:20:55 +0000
committerobrien <obrien@FreeBSD.org>2004-08-03 15:20:55 +0000
commiteede4a592613856d11bd6af91c8cd2631745315f (patch)
tree043df0d97b4216a56ab60e0377a62d2d6ec1b358
parent21fb58ea744f3f8f9b56997343fb5477d0f8d80b (diff)
downloadFreeBSD-src-eede4a592613856d11bd6af91c8cd2631745315f.zip
FreeBSD-src-eede4a592613856d11bd6af91c8cd2631745315f.tar.gz
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.
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c
index 21f0ce7..592cbda 100644
--- a/usr.sbin/boot0cfg/boot0cfg.c
+++ b/usr.sbin/boot0cfg/boot0cfg.c
@@ -61,7 +61,7 @@ static const struct {
const char *tok;
int def;
} opttbl[] = {
- {"packet", 0},
+ {"packet", 1},
{"update", 1},
{"setdrv", 0}
};
OpenPOWER on IntegriCloud