On Sat, 10 Apr 2004, Julius Schwartzenberg wrote: > Does the builtin dosemu.conf also contain $_hdimage = "drives/*"? The > biggest problem I have, is that when I specify several disks, Dosemu > always also adds those to it. When I specify two disks for example, they > both get c: and d:, but drives/c also gets e:. > If the builtin dosemu.conf indeed does contain drives/*, is there any > way to fully override that?
Ok, your problem is multiple "disk" statements. try dosemu -n -f dosemurc where "-f dosemurc" now tells the built-in global.conf to override built-in dosemu.conf statements, and "-n" to ignore /etc/dosemu/dosemu.conf. The file dosemurc should then contain $_hdimage = "" This could also be in ~/.dosemurc (without -f) or dosemu.conf (without -n)), but if you want to avoid those files you have to use "-f". Or even dosemu__hdimage="" dosemu -n Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
