From: Matthew Dillon Date: Sat, 6 Sep 2008 01:36:24 +0000 (+0000) Subject: Bump up the size of the boot partition in the boot+HAMMER rconfig X-Git-Tag: v2.1.1~487 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/746e387afd481bbdda264c22d55f454c6a50032c Bump up the size of the boot partition in the boot+HAMMER rconfig example from 128M to 256M. --- diff --git a/share/examples/rconfig/hammer.sh b/share/examples/rconfig/hammer.sh index bde2557b09..5c53da723f 100644 --- a/share/examples/rconfig/hammer.sh +++ b/share/examples/rconfig/hammer.sh @@ -13,7 +13,7 @@ # WARNING: HAMMER filesystems (and pseudo-filesystems) must be # occassionally pruned and reblocked. 'man hammer' for more information. # -# $DragonFly: src/share/examples/rconfig/hammer.sh,v 1.1 2008/09/03 02:22:25 dillon Exp $ +# $DragonFly: src/share/examples/rconfig/hammer.sh,v 1.2 2008/09/06 01:36:24 dillon Exp $ set disk = "ad6" @@ -58,7 +58,7 @@ disklabel -r -w ${disk}s1 auto disklabel -B ${disk}s1 disklabel ${disk}s1 > /tmp/label cat >> /tmp/label << EOF - a: 128m 32 4.2BSD + a: 256m 32 4.2BSD b: 2g * swap d: 123456 * HAMMER EOF