kernconf=GRANT


kernel:
        echo "this is for reference only, do not build in this dir."
        echo "always consult the latest freebsd documentation ;-)"
#       cd /usr/obj
#       chflags -R noschg *
#       pwd  # verify the correct directory!
#       rm -rf *
#       cd /usr/src
#       make buildworld
#       make buildkernel KERNCONF=${kernconf}
#       #
#       # reboot to single user (or turn off securelevels and reboot)
#       # boot -s # at boot prompt
#       # now at console
#       fsck -p
#       mount -u /
#       mount -a -t ufs
#       swapon -a
#       cd /usr/src 
#       make installkernel KERNCONF=${kernconf}
#       make installworld
#       # (turn on securelevels if turned off above)
#       reboot
#
#       # now in multiuser
#       mergemaster
#
