summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/part/geom_part.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/part/geom_part.c')
-rw-r--r--sbin/geom/class/part/geom_part.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud