
In a somewhat related question, does anybody have an idea what the minimum Crux install base is? I mean...What packages make up the fewest that I would need to in order to boot Crux, have networking dl tools (sftp or scp, wget or curl), and still be able to install precompiled packages. ronny kornexl
Dave McGuire schrieb:
[SNIP]
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