# $Id: Readme,v 1.3 2004/08/31 18:03:24 thomasez Exp $ Step by step on how to create your own floppyfw development filesyetem: 1) chroot into the file system 2) run ./initroot.sh 3) Edit /etc/resolv.conf to point at your name server. 4) Want a different keymap? they are in /usr/lib/Keymaps/i386 loadkmap < /usr/lib/Keymaps/i386/qwerty/no-latin1.bmap Change the keymap to something to your liking. Building: svn co http://www.zelow.no/svn/floppyfw cd floppyfw make and then; floppy: make floppyimage ISO/CD: make isoimage USB/FLash: make flashimage Soekris: make soekrisimage Complete release: make release If you feel like having your own special kernel config, give it another name in the config and then do a "make linux-menuconfig" and you will be able to make the config and it will replace the existing one. Have fun. Thomas.