Hasbro35
Group: Members
Posts: 10
Joined: Dec. 2004 |
|
Posted: Jan. 12 2005,23:03 |
|
Here is my conundrum.
I currently use the 5-way install of DSL 0.9.2. I want to have a fairly large distribution of DSL files to load. To do this I created a 500MB virtual harddisk in place of the default ~60MB harddisk file. I made sure to mount both and copy the backup.tar.gz and all works fine.
Where I am stumped now is that if I copy files to the virtual hard disk (mount /mnt/sdb1/qemu/harddisk and copy files to the mounted disk) these files do not appear when running DSL Embedded with dsl-windows.bat.
So now for the questions: =================== Do the files have to be placed in backup.tar.gz in order for them to be visible (through the default extraction) and therefore be copied to the ramdisk to be accessible?
Or, is there a way to mount the virtual harddisk by default? I know I can mount it manually, so I'm looking for the proper config file to update (.bashrc, xinit, etc.) to place the "mount /dev/hdb /mnt/hdb -o loop" line. [Note: I think I just answered my question above but I'll leave it there just in case]
After the drive is mounted (currently using "mount /dev/hdb /mnt/hdb -o loop" command to mount drive) how do I use the DSL files?
I'd like the DSL files to install by default so I'm wondering how to do that using the virtual harddisk. Basically, I want my DSL files that are located on /mnt/hdb to be installed by default and to have an optional directory as well (just like the CD remastering method). The configuration files and directories will be added to the filetool.lst file so that they can be kept in backup.tar.gz. (I don't intend to change the settings often if at all, for those that are worried about me trashing my usb pen drive).
I'm hoping I can have a method to download DSL files to my virtual harddisk and load them by default when I run embedded. I will manually load the optional DSL files from /mnt/hdb/optional using emelfm or the with a script. I think my solution of using the virtual hard disk will be a lot easier than having to remaster the knoppix CD file (of which I know nothing about)
|