Agustin Pizarro wrote:
> from colinux 0.7 you need to pass configuration as parameters on the command line, XML configuration file does not work.
>
> something like:
>
> colinux-daemon.exe kernel=vmlinux initrd=initrd.gz cobd0="Debian-20040605-mit.ext3.1610mb" cobd1="fs_768Mb" mem=512 eth0=pcap-bridge,"Local Area Connection",00:ff:75:39:D3:C1 eth1=tuntap root=/dev/cobd0
> change parameters to fit your setup or needs.
>
> AFAIK, from colinux 0.8 you can also create a file with those parameters (one parameter per line) and execute this way:
>
> colinux-daemon.exe @configfile.txt
>
>
>
You can actually do the colinux-daemon.exe @configfile.txt in 0.7, there
may be a bug or two in it that has been fixed/resolved in 0.8, but other
than that the using a config file has pretty much always been there.
George
|