Module Name: src Committed By: jym Date: Thu Feb 10 00:43:20 UTC 2011
Modified Files: src/distrib/i386/floppies: Makefile src/distrib/i386/floppies/bootfloppy: Makefile src/distrib/i386/floppies/bootfloppy-com: Makefile src/distrib/i386/floppies/common: Makefile.bootfloppy boot.cfg src/distrib/i386/instkernel: Makefile src/etc/etc.i386: Makefile.inc Added Files: src/sys/arch/i386/conf: INSTALL Log Message: Reinstate INSTALL kernel for embedded ramdisk installs. Reasons being: - INSTALL is GENERIC with an embedded ramdisk, and as such, can benefit from features included within. - INSTALL_FLOPPY has its own config(5) file, and is tailored for "small" floppy images; it misses features/drivers that could be needed to boot in a decent environment for recent x86 machines (like ACPI) - makes it closer to floppies distrib available for amd64 While here, comment out INSTALL_FLOPPY and bootfloppy-big image build. NetBSD does not use the 3.6MiB image for El Torito cdroms anymore. Remove the FLOPPYMAX limit; i386 needs 4 floppies now. Modify boot.cfg and release/contents to reflect reality. See http://mail-index.netbsd.org/port-i386/2011/02/08/msg002307.html No comments, no objections. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/i386/floppies/Makefile cvs rdiff -u -r1.12 -r1.13 src/distrib/i386/floppies/bootfloppy/Makefile cvs rdiff -u -r1.7 -r1.8 src/distrib/i386/floppies/bootfloppy-com/Makefile cvs rdiff -u -r1.22 -r1.23 \ src/distrib/i386/floppies/common/Makefile.bootfloppy cvs rdiff -u -r1.2 -r1.3 src/distrib/i386/floppies/common/boot.cfg cvs rdiff -u -r1.12 -r1.13 src/distrib/i386/instkernel/Makefile cvs rdiff -u -r1.64 -r1.65 src/etc/etc.i386/Makefile.inc cvs rdiff -u -r0 -r1.327 src/sys/arch/i386/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.