ext's for embedded


Forum: myDSL Extensions (deprecated)
Topic: ext's for embedded
started by: Cocoabean

Posted by Cocoabean on June 06 2005,23:27
im having a hard time figuring out where i need to place say, the airsnort.dsl file so that when i run DSL embedded i dont have to download the ext's every time, can anyone guide me?
Posted by Guest on June 07 2005,02:01
In general, the answer is "anywhere".  For example, suppose you downloaded the extension airsnort.dsl while you were in Windows and placed it in drive C.  And suppose that when you boot to DSL the drive C is assigned as /dev/hda1.  The general procedure will involve mounting /dev/hda1, then executing "mydsl-load airsnort.dsl" from that mount point.

The specifics will be a matter of taste.  Some do this via emelfm, taking advantage of the preprogrammed mydsl button.  And some (like me) do it via XTerminal, so this is the specific procedure that I will list here.

Open an XTerminal and type "cat /etc/fstab".  Check for your actual partition name (/dev/hda1 for example) and its corresponding mount point (/mnt/hda1 for example).  Then type "mount /mnt/hda1", then "cd /mnt/hda1", then "ls" and check the listing for airsnort.dsl.  If it is there, then type "mydsl-load airsnort.dsl" and you are done.  If it is not there, check the other devices in the /etc/fstab.

Posted by Caspar_s on June 11 2005,22:04
He said embedded... it's different.
Embedded has a second "drive" called harddisk in the qemu directory - it mounts as hdb.  Save the files in there and make sure your dsl-windows.bat or dsl-linux.sh has
mydsl=hdb at the end (between the quotes that say something like "qemu frugal quiet")

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.