DSL Embedded :: running DSL on top of Fedora



I unzipped the embedded version into my flash drive, so I can have a little personal operating system where ever I go.  It runs fine in XP Pro when I dble click the windows file.  But when I open terminal in Linux and type either "/dsl-linux.sh" or "/media/name/dsl/dsl-linux.sh I get an error telling me the file or directory doesn't exist.  Everything is layed out correctly becuase it works on windows, I'm just a slight newbie to linux so I'm poor at troubleshooting linux and catching my errors.  Any ideas as to what I'm doing incorrectly?
Quote (ImNeat @ Feb. 04 2006,01:02)
I unzipped the embedded version into my flash drive, so I can have a little personal operating system where ever I go.  It runs fine in XP Pro when I dble click the windows file.  But when I open terminal in Linux and type either "/dsl-linux.sh" or "/media/name/dsl/dsl-linux.sh I get an error telling me the file or directory doesn't exist.  Everything is layed out correctly becuase it works on windows, I'm just a slight newbie to linux so I'm poor at troubleshooting linux and catching my errors.  Any ideas as to what I'm doing incorrectly?

The command has a dot in front of it:

Code Sample
./dsl-linux.sh


At the command prompt change to the directory that has dsl embedded:

Code Sample
cd /media/cdrom


Then list the files there:

Code Sample
ls -a


If dsl-linux.sh is there then you should be good and you should be able to run:

Code Sample
./dsl-linux.sh


With a dot (or a period, or a full stop...)

Let me know... OK?


original here.