build - separate out the rescue initrd
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 25 Aug 2014 16:51:29 +0000 (09:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 25 Aug 2014 16:51:29 +0000 (09:51 -0700)
commit917662e5ee4841476eec4c24d2f40710ae9903cc
treebc6bb36f273faa8dde783b5765a97589ae3ddcbe
parentb8afae864d66d73477acc8c43ff3489d91ccf1cf
build - separate out the rescue initrd

* Multiple issues with users crashing at the end of an installworld because
  initrd kldloads an out-of-date vn device.

* Not a good idea to update the rescue image during an installworld anyway.

* Make it a manual target called 'rescue' and remind the user at the end
  of the installworld that the target is available, but suggest
  rebooting first.
Makefile
Makefile.inc1