From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfOUK-0001pD-IQ for qemu-devel@nongnu.org; Tue, 29 Jun 2004 15:41:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfOUG-0001n9-Qh for qemu-devel@nongnu.org; Tue, 29 Jun 2004 15:41:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfOUG-0001n2-3C for qemu-devel@nongnu.org; Tue, 29 Jun 2004 15:41:48 -0400 Received: from [196.35.40.69] (helo=absamail.co.za) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfOSV-0005Um-V1 for qemu-devel@nongnu.org; Tue, 29 Jun 2004 15:40:00 -0400 From: Bob Barry Date: Tue, 29 Jun 2004 19:51:52 +0200 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200406291803.46651.bobb@absamail.co.za> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: coping with fdisk mutation (was Re: replies) Reply-To: bobb@absamail.co.za, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jim C. Brown" Cc: qemu-devel@nongnu.org Jim - On Sun, 27 Jun 2004 22:23, you wrote (to Damien Mascord): > > Because it is possible that > > a new version of fdisk will change it's screen output and "wreck" > > lomount... > > That's the problem that we have here. Consider sfdisk - it's intended for non-interactive (script) use. It is in the util-linux package (though some high-handed distributions omit it). See file "sfdisk.examples" in the tarball. Bob