From: Sascha Wildner Date: Thu, 25 Jun 2009 16:00:35 +0000 (+0200) Subject: Adjust hammer.sh for the new "fixbootfile" rc script. X-Git-Tag: v2.3.2~95^2~4 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/b90af5d068c29b1d658947a628f42d10e5c13576 Adjust hammer.sh for the new "fixbootfile" rc script. Now that this cares about fixing kern.bootfile, there's no need to mess in the user's /etc from outside. --- diff --git a/share/examples/rconfig/hammer.sh b/share/examples/rconfig/hammer.sh index 02086b5..74ee03c 100644 --- a/share/examples/rconfig/hammer.sh +++ b/share/examples/rconfig/hammer.sh @@ -153,13 +153,6 @@ proc /proc procfs rw 0 0 #pkgbox:/archive /archive nfs ro,intr,bg 0 0 EOF -# Since /boot is a separate partition we need to adjust kern.bootfile -# to make savecore work properly upon boot. -# -cat >> /mnt/etc/sysctl.conf << EOF -kern.bootfile=/boot/kernel -EOF - # Because root is not on the boot partition we have to tell the loader # to tell the kernel where root is. #