User Feedback :: Typos in DSL 1.2.1 +



Mikshaw,

Heck, half the time I can't even understand myself...

Anyway, mucho thanks for looking into this.

We now return to our regularly scheduled thread. Any more typos, anyone?

In dsl-embedded-1.2.1.zip there is a dsl-linux.sh for running qmeu embedded in linux. However it seems there is a typo. It currently reads

Code Sample
#!/bin/sh
qemu/qemu -L qemu/ -enable-audio -kernel linux24 -initrd minirt24.gz -hda knoppix/knoppix -hdb qemu/harddisk -append "qemu frugal quiet"

I believe it should read (note the capitalisation):

Code Sample
#!/bin/sh
qemu/qemu -L qemu/ -enable-audio -kernel linux24 -initrd minirt24.gz -hda KNOPPIX/KNOPPIX -hdb qemu/harddisk -append "qemu frugal quiet"

aaaaaaaaaaah, i think you are right, it is probably because the code is the same as that for windows .bat file, and of course: in windows caps dont matter
Not so much a typo, more a leftover from DSL's Knoppix roots. The /etc/sudoers files reads

Code Sample
# sudoers file.




root    ALL=(ALL) ALL

knoppix ALL=NOPASSWD: ALL
dsl ALL=NOPASSWD: ALL


Since the knoppix user no longer exists shouldn't the knoppix line be removed.


original here.