Package: debian-installer Version: 20060304 Severity: wishlist Tags: patch Hi,
Here is a patch for supporting CD-ROM images in qemu targets. Index: build/Makefile =================================================================== --- build/Makefile (révision 37265) +++ build/Makefile (copie de travail) @@ -877,6 +877,9 @@ floppy) \ $(QEMU) -fda $(BOOT); \ ;; \ + CD-ROM) \ + $(QEMU) -cdrom $(BOOT); \ + ;; \ *) \ echo "Sorry, don't know how to handle media type '$(MEDIA_TYPE)'" >&2; \ exit 1; \ -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-rc1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- no debconf information