From eede4a592613856d11bd6af91c8cd2631745315f Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 3 Aug 2004 15:20:55 +0000 Subject: 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. --- usr.sbin/boot0cfg/boot0cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/boot0cfg') 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} }; -- cgit v1.1