History log of /src/distrib/i386/floppies/bootfloppy-ps2 |
Revision | Date | Author | Comments |
1.10 | 20-Jan-2003 |
lukem | branches: 1.10.32; Let this grow to a second floppy. It's much less work than trying to shave space here & there, only to have the problem occur the next time the kernel or the ramdisk image slightly grows again.
|
1.9 | 18-Nov-2002 |
lukem | Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".
|
1.8 | 14-Oct-2002 |
lukem | Merge kernel-ramdisk & kernel-rescue into instkernel, now that ../../common/Makefile.mdset supports building multiple copies of the same kernel (as long as they're to separate filenames). Now there's no need to set FLOPPYKERNDIR, as it now defaults to instkernel.
|
1.7 | 16-Apr-2002 |
lukem | - Convert to using distrib/common/buildfloppies.sh, which can build both single and multi-volume floppies in better fashion that the crufty shell commands in the various Makefiles. - Move fdset* -> bootfloppy*, as that's more consistent
|
1.6 | 11-Apr-2002 |
lukem | Yet Another Cleanup: - factor more stuff into common/Makefile.* - use NDWO makefile layout - don't always rebuild bootfloppy-* and fdset-* stuff. (mmm, dependencies) - add .WAIT sync in top level Makefile
|
1.5 | 05-Mar-2002 |
thorpej | Use ${PRINTOBJDIR}.
|
1.4 | 08-Feb-2002 |
lukem | since we have ${TOP}, use it...
|
1.3 | 03-Feb-2002 |
lukem | Major overhaul, to enable unprivileged (cross) building, removing the requirement to build as root on a system with vnconfig.
Use ${KERNSRCDIR} and ${_SRC_TOP_} where appropriate
Remove now-obsolete: list2sh.awk runlist.sh bootfloppy-common/list
Bootfloppy-*/Makefile: don't need to set DISKTYPE or BLOCK8K any more
Rename bootfloppy-common/Makefile.inc to common/Makefile.bootfloppy and fdset-common/Makefile.inc to common/Makefile.fdset This uses makefs instead of vnconfig and disklabel, thus removing the need for root privileges to build these floppies..
Add common/Makefile.ramdisk, to simplify ramdisk-*/Makefile. Uses shared ${_SRC_TOP_}/distrib/common/Makefile.crunch and ${_SRC_TOP_}/distrib/common/Makefile.image to even further simply things.
Migrate ramdisk-*/dot.profile to a shared common/dot.profile, which detects whether it's an install or rescue profile based on the existance of /sysinst. Remove /dev generation code as init(8) now does that for us.
Migrate common parts of */list to a shared common/list.ramdisk. Convert ramdisk-*/list to new format used by distrib/common/parselist.awk Don't bother running pwd_mkdb now that libhack's getpwent parses /etc/master.passwd instead of /etc/passwd.
Migrate ramdisk-*/mtree.conf to a shared common/mtree.conf, which is now a new full-path-style specfile.
Remove ramdisk-*/ramdiskbin.conf as it's now automatically generated from ramdisk-*/list by parselist.awk.
Migrate ramdisk-*/termcap.mini to a shared common/termcap.mini.
Remove unused ramdisk-{small,tiny}/disktab.preinstall.
Use .for loops in kernel-*/Makefile to simply defining mostly-duplicated targets.
ramdisk-*/Makefile: convert to using common/Makefile.ramdisk
Remove unused ramdisk-*/dot.hdprofile.
|
1.2 | 30-Jul-2001 |
jdolecek | make BLOCK8K match DISKSIZE
|
1.1 | 21-Jul-2001 |
jdolecek | Add PS/2 bootfloppy, to be used for installation on IBM PS/2 machines.
|
1.10.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|