From b90af5d068c29b1d658947a628f42d10e5c13576 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 25 Jun 2009 18:00:35 +0200 Subject: [PATCH] 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. --- share/examples/rconfig/hammer.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/examples/rconfig/hammer.sh b/share/examples/rconfig/hammer.sh index 02086b51e7..74ee03cfdc 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. # -- 2.11.4.GIT