Module Name: src Committed By: tsutsui Date: Mon Nov 24 08:08:23 UTC 2014
Modified Files: src/distrib/atari/floppies/common: list.images src/sys/arch/atari/stand/installboot: Makefile installboot.c Log Message: Disable "OS bootversion check" on crunched binaries for installation media. This oscheck() function seems implemented to check compatibility between bootloaders and /netbsd kernel, but checking /netbsd using kvm(3) doesn't make sense on installation or even future cross builds, and probably we will never bump bootloader version without compatibility per recent 14 years history. This works around overflow of 1440KB 2HD sysinst.fs, and would also be worth to pullup to netbsd-7. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/atari/floppies/common/list.images cvs rdiff -u -r1.7 -r1.8 src/sys/arch/atari/stand/installboot/Makefile cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/stand/installboot/installboot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.