
On Apr 13, 2007, at 4:10 AM, ronny kornexl wrote:
Hi folks. I need to install CRUX on a machine whose ATA controller is not supported by the kernel on the standard install CDROM. I have a kernel that works on this machine but I'd like to make a custom install ISO, as I have several identical systems. However, I don't know how to create a custom installation CDROM...can anyone point me to a quick how-to?
Hello
shell> mkdir /mnt shell> mount -t iso9660 -o ro,loop=/dev/loop0 /PATH/crux-2.3.iso / mnt/iso shell> cp -rv /mnt/iso /tmp/newiso shell> cd /tmp/newiso (change which you would like) shell> mkisofs -publisher CRUX -R -l -L -J -V CRUX -A CRUX \ -b boot/isolinux/isolinux.bin -c boot/ isolinux/isolinux.boot \ -no-emul-boot -boot-load-size 4 -boot-info- table -o /tmp/crux-2.3.my.iso /tmp/newiso
Thanks for the very fast replies, Ronny and Markus...Commercial software NEVER has support this good! I am going to sleep now but will do this tomorrow. Thanks again. -Dave -- Dave McGuire Port Charlotte, FL