From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UBFw9-0001PB-1d for mharc-grub-devel@gnu.org; Thu, 28 Feb 2013 21:43:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBFw5-0001Op-QN for grub-devel@gnu.org; Thu, 28 Feb 2013 21:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBFw4-00077e-Ix for grub-devel@gnu.org; Thu, 28 Feb 2013 21:43:01 -0500 Received: from mail-lb0-f170.google.com ([209.85.217.170]:49254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBFw4-00077O-Bj for grub-devel@gnu.org; Thu, 28 Feb 2013 21:43:00 -0500 Received: by mail-lb0-f170.google.com with SMTP id ge1so1913722lbb.1 for ; Thu, 28 Feb 2013 18:42:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=XFXi4PZtsPBIe2qx7scBewZnGAbX87YCCqn23xLeqdw=; b=lb6eL6qLIYiVBIAtOGXnDny4bykB3tzyN8cFPeMrRl4iuFW1kJUhCox+N1RRxR3nU4 cZ657SUedf/BiMjogdjxCxJgc4gct9EnBSSbGXwkQ31iWp+r9YyRINlSlbQvkF6kNao1 nyT/R51TfcWR9Vb7VXRfAXwYks0xeFvTF2m4aZ9iHn+PC5PnjAQbpYWZQcN6OU3XO25C gw0GAIw3Ji+ob8NhwP4V9FD+kGJOSwDg5xQBwL/4+K5PAOvDc6rXiGjbU+OnzM9MyESx 37mpH4SdrTHztHKE4TZPYTCOXYzPZA/upBnrGl9CNVq/TBORYUtgxZzlTnaA3KLjZ+Bf MrpQ== X-Received: by 10.152.105.244 with SMTP id gp20mr7546962lab.34.1362105779352; Thu, 28 Feb 2013 18:42:59 -0800 (PST) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id l1sm3544105lbn.8.2013.02.28.18.42.58 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 28 Feb 2013 18:42:58 -0800 (PST) Date: Fri, 1 Mar 2013 06:42:56 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: Console Resolution with GRUB2 Message-ID: <20130301064256.007a7cf7@opensuse.site> In-Reply-To: <512FF2BB.3020100@gmail.com> References: <7BA83AD3-3A95-48E9-A48D-32A2EA555D7C@colorremedies.com> <5110B696.6040705@gmail.com> <5112DCBA.2070003@catcity.dyndns.org> <51269D62.4050604@gmail.com> <512FF2BB.3020100@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.170 Cc: bruce.dubbs@gmail.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 02:43:04 -0000 В Thu, 28 Feb 2013 18:13:47 -0600 Bruce Dubbs пишет: > D.J.J. Ring, Jr. wrote: > > Hello Bruce, > > > > The "problem" with this is that grub.cfg says "Do Not Edit this File". > > The reason it says this is that it is embedded in the script > grub-mkconfig. It overwrites the grub.cfg, but if you don't run that > and only do manual edits, then it's not there. The problem is that many > distros think they know more than the user (usually true, but not > always) and always run grub-mkconfig every time the they update the > kernel whether you want that or not. > How are you going to add new kernel to grub.cfg without recreating grub.cfg?