Subject: 2nd step towards install CDs
To: None <tech-install@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-install
Date: 02/11/2006 00:49:16
I've worked a bit more on the idea of creating an install CD from
src/distrib, the 2nd version should produce a working install CD for both
i386 and amd64 (untested, please let me know if it works - my slow build
machine first has to give me an i386 INSTALL kernel :-/).
To test:
* grab http://www.feyrer.de/Misc/bootcdV2.tgz
* extract in src/.
* "build.sh release" to have all the kernels, ramdisks etc. available
* cd distrib/`uname -m`/floppies/installcd
* $TOOLDIR/bin/nbmake-* obj
* $TOOLDIR/bin/nbmake-*
That should make a full install CD in the obj dir.
Please let me know if this works, esp. for amd64.
- Hubert