root/floppyfw/devkitstuff/Readme.livekit

Revision 52, 0.6 KB (checked in by root, 6 years ago)

Nice to be able to change keyboard layout.

Line 
1
2How to build the live devkit.
3
4(or rather, points for me to use to remember how I made it)
5
6- untar a devkit
7- copy isolinux from a floppyfw ide image (make isoimage and you will get one)
8- copy or make a floppyfw.msg file into the root of the livekit.
9- make initrd-livekit
10- put /tmp/initrd.gz into isolinux on the devkit.
11- rm -r etc/dropbear ; ln -s tmp etc/dropbear
12- rm -r root ; ln -s tmp root
13- rm etc/resolv.conf ; touch tmp/resolv.conf ; ln -s tmp/resolv.conf etc/.
14- cp devkitstuff/S01filesystems.livekit etc/init.d/S01filesystems
15
16- devkitstuff/mklivekit
17
Note: See TracBrowser for help on using the browser.