HOWTO: Remaster with only Embedded DSLForum: Other Help Topics Topic: HOWTO: Remaster with only Embedded DSL started by: Daid Posted by Daid on Nov. 14 2004,01:24
Remastering using Embedded DSLI did this on a Pentium 4 - 2.7GHz with 512MB ram, running windowsXP Download the dsl-embedded-[currentversion].zip from the DSL homepage. (My version is 8.4) Edit the dsl-windows.bat Change let it use 512MB memory. You'll need a shitload of it, because everything is done there.
Boot up DSL with the dsl-windows.bat Wait till you get into the shell and open up a root shell (right mouse button->XShells->Root Access) All the following code blocks are input commands:
Now you can edit the files in the source directory at will. For example, if you want to change the default runlevel, then you can simply edit the "inittab" file in "etc". At this moment i'm still unsure to what's the best way to uninstall applications. After doing all the stuff you wanted to do, go into the "remaster" directory:
(took me about 10 min for a 40MB unpacked image)
Now we just need to move it from our RamDisk (remember, ramdisk only exists in ram, so it will be gone when you close DSL) We need a host to move the file to, the computer you're working on looks like a nice target. The easiest way would be to setup a windows share. (share a directory, and give writing permissions) Now we need to connect to that share from DSL
now put up the iso file:
now you have a new iso file. You could give it a fast test with qemu, to make sure it boots fine, and software you added runs. If that works fine, then you can burn it like you would burn any other DSL iso. Posted by Rapidweather on Nov. 14 2004,07:10
Outstanding work!--- The NewCD directory is where I put my smaller .dsl extensions, and they are loaded automatically upon bootup. Here's what I have: wvdial.dsl whitebox.dsl wmppp.dsl wmcalc.dsl wmclock.dsl wmmoonclock.dsl wmpinboard.dsl wmweather.dsl --- I have menu items to boot any of these up. --- Now, one directory down, NewCD/optional is where I put my larger MyDSL applications: Gimp Foxfire Opera Abiword Those, then have to be loaded into the system with the MyDSL Click and Load GUI, and I have menu items for each of them. I do have a lot of stuff in my remaster, but I like to use the MyDSL apps as they work well, and save me a lot of time trying to make them work in the remaster, otherwise. I did have Opera and Firefox built into my earlier remasters, as well as wvdial. --- Looks like you have a nice setup going, so I thought I would pass along what I might want to do if I were working with your setup. I did make a custom logo16, and have bright yellow boot.msg text from that. I use several partitions to remaster, so I have older versions I can copy from if needed. I use my "Rapidweather Remaster of Damn Small Linux" to do all of the remastering work, and I found that the long command lines could be saved in a file, and mastered-in, so I could just copy and paste to an rxvt to get going. The last one, I just edit the version number and off I go! --- Posted by hasty on Nov. 14 2004,14:35
Thank you Daid, I'm just about to start playing and your posting hits the spot.This is such fun I hadn't thought of qemu until I checked here yesterday, and since then I have managed to boot several linux iso's, though most need lots of ram. Sitting down now to create my definitive iso.........until the next one. |