From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MqAf9-00072d-KB for mharc-grub-devel@gnu.org; Tue, 22 Sep 2009 15:04:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqAf7-00071G-R0 for grub-devel@gnu.org; Tue, 22 Sep 2009 15:04:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqAf7-00070f-6g for grub-devel@gnu.org; Tue, 22 Sep 2009 15:04:29 -0400 Received: from [199.232.76.173] (port=44959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqAf7-00070c-3v for grub-devel@gnu.org; Tue, 22 Sep 2009 15:04:29 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:56750) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqAf6-0005fZ-LZ for grub-devel@gnu.org; Tue, 22 Sep 2009 15:04:28 -0400 Received: by ey-out-1920.google.com with SMTP id 3so17002eyh.34 for ; Tue, 22 Sep 2009 12:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=5yJSPd3StuYddahJRGnN8yf5TVEepXCFmzBoxsRTHGA=; b=qiAIV2rItPvsAdzvGGKH0yg7d0MXZNpsbSgUdoE3hnT+zCy03aklUdkgbXEn6U5Y5n alNn6kW6YOYcz1v/BeATSvNYlNayzBbRXvDF3DH3SJk62j7xviS2VnbAucChJhDYM+Mp QlA/QaL7MM9pScmVIjgSJ39t1m4bu+DS6ig98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=EQs6TGwwG8BCPTz/f7eJZ570qsfIB356Xp26ZjGsui8kmR90BQIqiElfGtzuKDx4m9 3NaGj46dFhE3wPdNDnehhbrGsiAB8LUBVscUhL1caPb4kOLxmOPkaOKQg9FPgz1pUwPw +CvlAv5lkzIXs5rq50ewIgr4D5zGd5jBC5nUo= Received: by 10.211.146.31 with SMTP id y31mr4867241ebn.72.1253646266895; Tue, 22 Sep 2009 12:04:26 -0700 (PDT) Received: from ?192.168.11.32? (dsl-roibrasgw1-ff93c100-196.dhcp.inet.fi [88.193.147.196]) by mx.google.com with ESMTPS id 10sm494376eyz.42.2009.09.22.12.04.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Sep 2009 12:04:26 -0700 (PDT) Message-ID: <4AB91FB8.7000107@gmail.com> Date: Tue, 22 Sep 2009 22:04:24 +0300 From: Lars Nooden User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Save boot record before writing to the dest_drive X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 19:04:29 -0000 James Courtier-Dutton wrote: > I think this would be a good feature, because if nothing else, I > permits the user to "uninstall grub" if they so wish. I would disagree with the use case described, but agree that having the ability to roll back to the previous boot record could possibly be of value. -Lars