Port installboot as installboot_nbsd and rename the old one.

Also following functionality was added:
- Add install_master to the installboot from NetBSD.
- Check if enough space for bootxx.

Old installboot was renamed to installboot_minix.
This commit is contained in:
Evgeniy Ivanov
2012-01-10 13:45:46 +04:00
committed by Ben Gras
parent 9f8e6353e5
commit fa6c4a2580
15 changed files with 380 additions and 86 deletions

View File

@@ -1,3 +1,12 @@
20120202
Rename installboot to installboot_minix.
Do this BEFORE a 'make world':
# rm -f /usr/bin/installboot /usr/sbin/installboot
# make -C boot/installboot clean install
# make -C usr.sbin/installboot clean install
Then 'make clean world' as usual.
20120119:
Follow up to previous entry. The same problem also exists for
the man pages.