jan
Unregistered
|
|
Posted: June 20 2005,10:04 |
|
Quote (Bradley @ June 18 2005,01:42) | Hello all,
I want to create a bootable CD that also contains qemu so I can run DSL embedded if I need to. |
I understand you want to create a booable CD from where to boot into DSL and if you use it on a running windows machine you want to be able do use "qemu-DSL".
Download the DSL embedded ISO and unpack it to a folder called "mediaroot". Get mkisofs for your OS, get syslinux. Create a subfolder called boot, put syslinux/isolinux there. Configure syslinux to start with kernel=linux24 (from embedded DSL) and initrd=minirt24.gz with the appropriate path. Now, create a new ISO image from the unpacked contents, on my windows box I do it like this:
bin\mkisofs.exe -follow-links -cache-inodes -o multiboot.iso -b boot/isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -v -iso-level 4 -R mediaroot\ pause
Quote (Bradley @ June 18 2005,01:42) | Ultimately I will want to add some mydsl apps, do these have to be added to the iso before writing or can they be written to CD later?
Bradley |
To do that, you need to remaster your DSL. Google on "KNOPPIX remaster" - not really difficult, but you need some expirience...
jan
|