Quote (adapix @ June 10 2006,08:25) |
Is it possible to install dsl in a boot partition of an other linux distribution |
Quote |
and to mount the iso |
Code Sample |
mount -t lo file.iso /somewhere |
Quote |
and boot from it? |
Quote (adapix @ June 11 2006,08:41) |
Thanks pr0f3550r. But how can I boot the kernel inside the iso at startup? Which commands should I use in grub to mount the image and to start the kernel inside? The man pages didnt describe such a scenario. Regards adapix |
Code Sample |
root (hd0,0) kernel /boot/dsl/boot/isolinux/linux24 5 initrd /boot/dsl/boot/isolinux/minirt24 |