From 3d862ddd11fe9ff7050f166755df307b4a111381 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 3 Aug 2004 15:20:55 +0000 Subject: [PATCH] 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(-) diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index 21f0ce727655..592cbda3039a 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} };