dsl extensionsForum: HD Install Topic: dsl extensions started by: brettdale Posted by brettdale on Mar. 07 2006,13:05
how can i make .dsl extensions load into mydsl automatically when i boot the system?
Posted by doobit on Mar. 07 2006,13:36
If you have a frugal hard drive install with grub, then you just put them in a partition and put the code mydsl= with the location of your extentions in the boot line of grub somewhere after the word frugal. You can also copy them to the top of your boot partition. You also could add them to .filetool.lst and bootlocal.sh if they require root access.
Posted by tbeckman on April 28 2006,18:17
Please excuse this probably silly question from a newbie, but where is the .filetool.lst file? I have searched all over the place, and not been able to find it. I have found three similar files: add2filetool.sh filetool.lua filetool.sh ...but not the other one. Or perhaps I have been misreading the information - do I have to create this file myself? Thanks! Terry Posted by doobit on April 28 2006,18:27
it's an invisible file. You can see the invisible files in EmelFM by clicking the little "H" that's up in the corner, or open a terminal and type ls -a
Posted by tbeckman on April 28 2006,18:36
Found it now. Many thanks! |