From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QLasw-0003aZ-GP for garchives@archives.gentoo.org; Sun, 15 May 2011 12:57:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D4CC1C0B1; Sun, 15 May 2011 12:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EC95F1C0B1 for ; Sun, 15 May 2011 12:57:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F6151B406A for ; Sun, 15 May 2011 12:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BA8D980504 for ; Sun, 15 May 2011 12:57:17 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <7c63c68138d31cf313aaeb2121402320cadf6ba5.scarabeus@gentoo> Subject: [gentoo-commits] dev/scarabeus:master commit in: sys-boot/grub/files/, sys-boot/grub/ X-VCS-Repository: dev/scarabeus X-VCS-Files: sys-boot/grub/Manifest sys-boot/grub/files/defaults X-VCS-Directories: sys-boot/grub/files/ sys-boot/grub/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 7c63c68138d31cf313aaeb2121402320cadf6ba5 Date: Sun, 15 May 2011 12:57:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 85a025d3ae8157f6e74c4e016329766d commit: 7c63c68138d31cf313aaeb2121402320cadf6ba5 Author: Tomas Chvatal gentoo org> AuthorDate: Sun May 15 12:56:51 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Sun May 15 12:56:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/scarabeus.git;= a=3Dcommit;h=3D7c63c681 [sys-boot/grub] Add missing defaults. --- sys-boot/grub/Manifest | 1 + sys-boot/grub/files/defaults | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest index 1f1fdcf..3c7603f 100644 --- a/sys-boot/grub/Manifest +++ b/sys-boot/grub/Manifest @@ -1,3 +1,4 @@ +AUX defaults 1020 RMD160 48ce6914d693bef9db7f41afecb92c18715ffb7f SHA1 a= f556abd7deb0d0939f4766df265aa6882707cbe SHA256 302a0cfa6e1f6acf52f5d558cd= 03f3631313a4b95de038f10f740439ea0a921f DIST grub-1.99.tar.xz 2639224 RMD160 d59a47fa40b2be0d5ea5b2b00ff5538cfa1= 47747 SHA1 a5ae9558f30ce7757a76aa130088b053a87e2fb6 SHA256 f308148d4c83c6= f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b EBUILD grub-1.99.ebuild 3727 RMD160 76994633ddc444cde38a2ac41a13fe6a5362= ac74 SHA1 4c74a17f01716a272dcff339ef4e4526879db957 SHA256 00a3165b63901a0= 9990470ee2d62541250c23d5e3a88a59c3958d39d6effd2a5 EBUILD grub-9999.ebuild 3716 RMD160 ad966e0da4664a4f062240d069e9aa3169c1= a47e SHA1 d5b68443369e354efa56c4d444cf640a829816cb SHA256 2565f1e432d61ba= 7fd55531f969b742daeeb9e04c193d813ab403370dfff35e5 diff --git a/sys-boot/grub/files/defaults b/sys-boot/grub/files/defaults new file mode 100644 index 0000000..25e5909 --- /dev/null +++ b/sys-boot/grub/files/defaults @@ -0,0 +1,30 @@ +# /etc/defaults/grub +# If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg' +# afterwords to update /boot/grub/grub.cfg. Make sure your /boot is +# mounted rw before executing this command. +# +# See the grub info page for documentation on possible variables and +# their associated values. This wiki also has random bits of info: +# http://en.gentoo-wiki.com/wiki/Grub2#Using_variables + +GRUB_DEFAULT=3D0 +GRUB_HIDDEN_TIMEOUT=3D0 +GRUB_HIDDEN_TIMEOUT_QUIET=3Dtrue +GRUB_TIMEOUT=3D10 + +GRUB_CMDLINE_LINUX_DEFAULT=3D"" +GRUB_CMDLINE_LINUX=3D"" + +# Uncomment to disable graphical terminal (grub-pc only) +#GRUB_TERMINAL=3Dconsole + +# The resolution used on graphical terminal +# note that you can use only modes which your graphic card supports via = VBE +# you can see them in real GRUB with the command `vbeinfo' +#GRUB_GFXMODE=3D640x480 + +# Uncomment if you don't want GRUB to pass "root=3DUUID=3Dxxx" parameter= to Linux +#GRUB_DISABLE_LINUX_UUID=3Dtrue + +# Uncomment to disable generation of recovery mode menu entrys +#GRUB_DISABLE_RECOVERY=3Dtrue