]> Zhao Yanbai Git Server - minix.git/commit
Port installboot as installboot_nbsd and rename the old one.
authorEvgeniy Ivanov <lolkaantimat@gmail.com>
Tue, 10 Jan 2012 09:45:46 +0000 (13:45 +0400)
committerBen Gras <ben@minix3.org>
Thu, 9 Feb 2012 17:54:24 +0000 (18:54 +0100)
commitfa6c4a2580c20ed58b171f7dadfac820bc5f1bbc
treea035ca2c5a37d0adde36084a34efcc07ed43a7f7
parent9f8e6353e54579f3834bed052b7960946fc4bb01
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.
15 files changed:
boot/installboot/Makefile
boot/updateboot.sh
docs/UPDATING
tools/Makefile
tools/mkboot
tools/release.functions
tools/release.sh
usr.sbin/installboot/Makefile
usr.sbin/installboot/arch/i386.c
usr.sbin/installboot/install_master.c [new file with mode: 0644]
usr.sbin/installboot/installboot.c
usr.sbin/installboot/installboot.h
usr.sbin/installboot/installboot_nbsd.8 [moved from usr.sbin/installboot/installboot.8 with 92% similarity]
usr.sbin/installboot/machines.c
usr.sbin/installboot/minixfs3.c [new file with mode: 0644]