
Dave McGuire schrieb:
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?
Thanks, -Dave
--Dave McGuire Port Charlotte, FL
---------------- 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 Regards Ronny