jean laganiere wrote:
> Hello colinux users,
>
> It seems that colinux will not start as a service when configured to
> mount an initial ram disk.
>
> Here is my config file:
>
> <colinux>
> <initrd path="root.fs.gz" />
> <bootparams>root=/dev/ram0 root=/dev/ram0 init=/sbin/init
> ramdisk_size=100000 max_loop=64</bootparams>
> <image path="vmlinux" />
> <memory size="128" />
> <network index="0" type="tap" />
> </colinux>
Check your file permissions of the ramdisk image,
I think you'll find that the service runs as a different user than your
logged in user.
Sam
|