From 9090794d6cc9b8867376522131d6ff69824038a7 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sun, 16 May 2010 22:21:33 +0000 Subject: Teach gpart about bootcode on APM. --- sbin/geom/class/part/geom_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/geom') diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c index 3ddbd7a..6fca208 100644 --- a/sbin/geom/class/part/geom_part.c +++ b/sbin/geom/class/part/geom_part.c @@ -705,7 +705,7 @@ gpart_bootcode(struct gctl_req *req, unsigned int fl) if (gctl_has_param(req, bootcode_param)) { s = gctl_get_ascii(req, bootcode_param); - bootsize = 64 * 1024; /* Arbitrary limit. */ + bootsize = 800 * 1024; /* Arbitrary limit. */ bootcode = gpart_bootfile_read(s, &bootsize); error = gctl_change_param(req, bootcode_param, bootsize, bootcode); -- cgit v1.1