> > ... > > append=load_ramdisk=1 append="mem=63m" initrd=root.rtl > initrd_archive=minix ramdisk_size=32768 root=/dev/ram0 > boot=/dev/hda1,msdos RTL=etc,sshd,log,local,modules, thttpd
overlooked that you had two append= statements in there - pleas use append=load_ramdisk=1 mem=63m initrd=root.rtl initrd_archive=minix ramdisk_size=32768 root=/dev/ram0 boot=/dev/hda1,msdos RTL=etc,sshd,log,local,modules, thttpd also there is a limit on the available commanline length you can pass (I think its 128bytes) so you might need to move some of the configuration to a file on the systems dos bootpartition and source it in linuxrc. hofrat -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
