Hello, I wanted to build a cdrom image with networking udebs as a substitude for the net image, which is broken because too large.
I tried it with both busybox variants and they both gave me a segmentation fault when doing ifconfig. I used vmware to test, and loaded the mii module. Another point: The Makefile is broken right now because it searches syslinux.cfg in the wrong place, I suppose the attached patch will do. I didn't want to commit because I do understand only little of syslinux...: Sebastian -- PGP-Key: http://www.mmweg.rwth-aachen.de/~sebastian.ley/public.key Fingerprint: A46A 753F AEDC 2C01 BE6E F6DB 97E0 3309 9FD6 E3E6
diff -u -r1.2 linux-i386 --- build/make//arch/linux-i386 10 Jun 2003 14:53:47 -0000 1.2 +++ build/make//arch/linux-i386 3 Jul 2003 00:32:12 -0000 @@ -19,7 +19,7 @@ if $(foreach NAME,$(KERNELNAME), \ cp -f $(TEMP)/$(NAME) $(TMP_MNT)/linux) \ && cp $(INITRD) $(TMP_MNT)/initrd.gz \ - && cp syslinux.cfg $(TMP_MNT)/ \ + && cp boot/i386/syslinux.cfg $(TMP_MNT)/ \ && todos $(TMP_MNT)/syslinux.cfg ; \ then \ umount $(TMP_MNT) ; \ @@ -44,7 +44,7 @@ cd_content: $(IMAGE) $(foreach NAME,$(KERNELNAME), \ cp -f $(TEMP)/$(NAME) $(DEST)/$(TYPE)-linux; ) - cp syslinux.cfg $(DEST)/$(TYPE)-syslinux.cfg + cp boot/i386/syslinux.cfg $(DEST)/$(TYPE)-syslinux.cfg cd_image: cd_content mkisofs -r -J -b `basename $(IMAGE)` -o $(TYPE).iso $(DEST)
pgp00000.pgp
Description: PGP signature