Page 2 of 2

Re: Rawdisk wants printer connection

Posted: Sat Nov 04, 2017 10:43 pm
by colinw
xenic wrote: ...If he copies CrossDosFilesystem to SYS:Kickstart and adds CrossDosFilesystem to kicklayout and performs a cold boot,...
Just to let you know, you don't have to make copies of anything in the kickstart drawer to add it to the kicklayout,
all that does is orphan files and prevent them being updated.
The kicklayout file is root directory relative, so where you would see; MODULE Kickstart/whatever.kmod
all you have to do is specify the correct root relative path instead; MODULE L/whatever.kmod

Re: Rawdisk wants printer connection

Posted: Sun Nov 05, 2017 4:37 pm
by xenic
colinw wrote: Just to let you know, you don't have to make copies of anything in the kickstart drawer to add it to the kicklayout,
all that does is orphan files and prevent them being updated.
The kicklayout file is root directory relative, so where you would see; MODULE Kickstart/whatever.kmod
all you have to do is specify the correct root relative path instead; MODULE L/whatever.kmod
Thanks for the correction. I edited my post to reflect your corrections. If it's still not correct let me know.