From: Sascha Wildner Date: Mon, 29 Dec 2008 18:35:25 +0000 (+0100) Subject: Remove the workaround for the wrong autosizing calculation in disklabel(8). X-Git-Tag: v2.3.0~183 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/b034d49eebb0f4ad2a6d6c93c58acd1e49910793 Remove the workaround for the wrong autosizing calculation in disklabel(8). --- diff --git a/share/examples/rconfig/hammer.sh b/share/examples/rconfig/hammer.sh index 826e606..3066cbe 100644 --- a/share/examples/rconfig/hammer.sh +++ b/share/examples/rconfig/hammer.sh @@ -60,11 +60,9 @@ disklabel ${disk}s1 > /tmp/label cat >> /tmp/label << EOF a: 256m 32 4.2BSD b: 2g * swap - d: 123456 * HAMMER + d: * * HAMMER EOF disklabel -R ${disk}s1 /tmp/label -disklabel ${disk}s1 | sed -e 's/123456/*/g' > /tmp/label -disklabel -R ${disk}s1 /tmp/label newfs /dev/${disk}s1a newfs_hammer -L ROOT /dev/${disk}s1d