-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi vagrant,
there are some showstoppers. bzr tree debian/simple-cdd.install: the two lines starting with qemu prevent building of simple-cdd-profiles udeb. you simply forgot to delete them ;) d-i cdrom images are not present, so the iso image is generated, but it is not bootable. to make a bootable image i proceeded like this: copied /usr/share/debian-cd into the bzr tree edited simple-cdd.conf to match the situation (BASEDIR must be set too, please add a notice for this one) in debian-cd/tools/boot/etch/boot-i386: DI_WWW_HOME=default tweaked the Makefile then the image showed up as bootable. dont' know if that was all i did, but i'm sure you know better how to fix it. Wolfgang - ------ diff Makefile ------ - --- /usr/share/debian-cd/Makefile 2006-10-08 15:20:14.000000000 +0200 +++ debian-cd/Makefile 2007-01-05 01:27:22.000000000 +0100 @@ -50,6 +50,7 @@ export MKISOFS=mkisofs endif ifndef MKISOFS_OPTS +OMIT_MANUAL=1 #For normal users MKISOFS_OPTS=-r #For symlink farmers @@ -551,25 +552,6 @@ # Contents-$(ARCH).gz files bin-doc: ok bin-infos $(MIRROR)/doc $(BDIR)/CD1/doc $(BDIR)/CD1/doc: - - @echo "Adding the documentation (bin) ..." - - $(Q)set -e; \ - - for DISK in $(FIRSTDISKS) ; do \ - - $(add_files) $(BDIR)/$$DISK $(MIRROR) doc; \ - - find $(BDIR)/$$DISK/doc -name "dedication-*" | \ - - grep -v $DEBVERSION | xargs rm -f; \ - - find $(BDIR)/$$DISK/doc -name "debian-keyring.tar.gz" | \ - - xargs rm -f; \ - - done - - @for DISK in $(FIRSTDISKS) ; do \ - - mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \ - - cd $(BDIR)/$$DISK/doc/FAQ/html ; \ - - if [ -e "../debian-faq.en.html.tar.gz" ]; then \ - - tar xzvf ../debian-faq.en.html.tar.gz ; \ - - else \ - - tar xzvf ../debian-faq.html.tar.gz ; \ - - fi; \ - - done - - $(Q)$(add_bin_doc) # Common stuff for all disks src-doc: ok src-infos $(SDIR)/CD1/README.html $(SDIR)/CD1/README.html: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFnmeTnlCf5+ELaesRApdjAKCYobZr4xBTUrWM26KihnWFvrsrGwCdFFAK YZXcnCeSY9zNZVGfM1tqCWo= =5JNx -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

