From: qnx4ever <qnx...@gm...> - 2010-09-10 19:26:41
|
Hello coLinux users, I've created a start mini image of the Alpine Linux 2.0 only 1.52Mb compressed size;) Uploaded here http://www.megaupload.com/?d=ABEVBG9C To install, please unpack coAlpine-2.0.7z to wherever you'd like coLinux to live. You will find three files in archive: _start.bat coLinux launcher, has to be updated to reflect path to where colinux-daemon.exe is located. alp.hda1 512mb ext2 image of the basic Alpine 2.0 install coLin.conf coLinux config file Please copy vmlinux from your coLinux installation into the same directory and update _start.bat with proper path to colinux-daemon.exe To boot Alpine in coLinux, simply run _start.bat Note error on loading modules during boot, you need fill /lib/modules/2.6.26.8-co-0.7.7.1 with contents of vmlinux-modules.tar from your coLinux installation. To switch filesystem to ext3 please run #apk add e2fsprogs && tune2fs -j /dev/hda And update fstab to reflect / being ext3, but not ext2 To install full blown sdk run #apk add alpine-sdk This will install everything you might need to compile any linux programs and even build your own alpine packages. |