From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8Pga-0003DJ-7r for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:44:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8PgX-0007hV-2h for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:44:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8PgW-0007hP-TN for qemu-devel@nongnu.org; Mon, 14 Dec 2015 04:44:48 -0500 References: <1450081359-7753-1-git-send-email-den@openvz.org> <20151214112012-mutt-send-email-mst@redhat.com> <566E8B39.5070202@openvz.org> <566E8BB0.4000303@redhat.com> <566E8EC5.7010103@openvz.org> From: Paolo Bonzini Message-ID: <566E8F89.1040706@redhat.com> Date: Mon, 14 Dec 2015 10:44:41 +0100 MIME-Version: 1.0 In-Reply-To: <566E8EC5.7010103@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.5? 1/1] DSDT: add floppy-related objects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" , "Michael S. Tsirkin" Cc: Eduardo Habkost , qemu-devel@nongnu.org, Yuri Pudgorodskiy , Roman Kagan , Igor Mammedov , Richard Henderson On 14/12/2015 10:41, Denis V. Lunev wrote: > The problem comes from unattended installation. As far as we > have tried unattended answers file should come on USB flash > or on floppy. Yes, the answers file cannot use an ISO indeed. But as you said it can be USB mass storage. In any case, even if this is a bug that we want to add to 2.5.1, it's definitely too late for 2.5---at any time after soft freeze. Paolo > In the other case the ISO with Windows distro should be > modified. This option we can not afford as we do not control > ISO's on the client side :(