cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Jan. 31 2005,17:42 |
|
You need to save your files to a permanent storage device, like a hard drive partition, example: /mnt/hda1/filename.dsl
or to a USB storage device, example: /mnt/sda1/filename.dsl
Then, when booting you need to specify the location at the boot prompt, like this:
dsl alsa mydsl=/dev/sda1
Press the F2 or F3 keys at boot time for more options.
Now, if you don't specify the location, it will try to find the files in the top level directory of your boot device. So if you store the files on a USB drive and boot from this drive then you don't need to add the mydsl=xxx line.
This is also true if you create your own customized DSL boot CD-R disk that contains your extension files (read-only, of course) to the top directory of the CD-R disk.
|