| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2011-12-18 | 988 Bytes | |
| Totals: 1 Item | 988 Bytes | 0 | |
Johann Pascher contributet two images for coLinux with Ubuntu 12.04 We share the files with project freetzLinux. minimal: http://sourceforge.net/projects/speedlinux/files/base-200-10-11-11.7z/download Bigger updated and not completely cleaned: http://sourceforge.net/projects/speedlinux/files/base-800-28-11-2011.7z/download Create a config file "ubuntu.conf" with follow entries: kernel=vmlinux cobd0="base.vdi" cobd1="swap.vdi" root=/dev/cobd0 ro initrd=initrd.gz mem=128 eth0=slirp Create a Batch file "Ubuntu.bat" with follow line: colinux-daemon.exe @ubuntu.conf Create the swapfile: fsutil file createnew swap.vdi 134217728 Run coLinux by executing Ubuntu.bat Create or update swap device mknod /dev/cobd1 b 117 1 swapoff /dev/cobd1 mkswap /dev/cobd1 swapon /dev/cobd1 After the first start please remove some files and reboot to have networking running: rm /etc/udev/rules.d/70-persistent-net.rules rm -rf /lib/modules/*-co-* Henry N.