-downloaded/untar'd unattended-2.8-images.tar.gz & unattended-2.8.tar.gz
-copy smc1211.dos to unattended-2.8/bootdisk/drivers
-add a line "smc1211 SMC EZ Card 10/100 (SMC1211TX)" to unattended-2.8/bootdisk/DRIVERS.txt
-go to unattended-2.8/bootdisk/ and run make iso
Now I get errors:
Making images/smc1211.img...done
Making iso/isolinux/isoboot.msg...done
ln -f images/*.img memdisk iso/isolinux
Making bootdisk.iso...Usage:
mkisofs [-o outfile] [-R] [-V volid] [-v] [-a] [-T]
[-l] [-d] [-V] [-D] [-L] [-p preparer][-P publisher] [ -A app_id ] [-z]
[-b boot_image_name] [-c boot_catalog-name] [-x path -x path ...] path
make: *** [bootdisk.iso] Error 1It appears that mkisofs is getting called with some unknown arguments, so I looked at the Makefile:
@mkisofs -quiet -o [EMAIL PROTECTED] \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
iso > /dev/nullComparing the two, it seems that the makefile uses a '-quiet' switch that this version of mkisofs doesn't recognize. I looked throught he mkisofs man pages, and I didn't see a switch for '-no-emul-boot' or '-boot-load-size', either. Has anyone else run into this?
Thanks Woody
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
