From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 68E42138BD3 for ; Mon, 3 Nov 2014 02:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C374E0921; Mon, 3 Nov 2014 02:26:37 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E86A8E0916 for ; Mon, 3 Nov 2014 02:26:35 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id l4so1911544lbv.12 for ; Sun, 02 Nov 2014 18:26:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BswIgpWKED/gvkqgfndzRvmf1jBHWYBuF9EEWwjCADI=; b=oUc0R1viV//CkeQWWQo2VcA3NbTrZdThdC1BiWY3fQvsq6yRMZCmOMpWfvg3a7KGQs 8DmdO4CFI0YZAGsogOqQxHYzTVZHIJq1I5/Ap/ZhbqhAXs0bwHt3yO7W+ldatf+g0rV+ ejjEf/kdr9vh2xq+3/NqF1Rbb1uuu+2wC/dtxlhXVbtNiTe1kWsDwcOxgBy/vDbXUPz4 010b9HVcnR97j2p6DpQYhmrofFF4C9onP+WrVII90cJOt5IU6A/P60JEjukXlfm5CwY7 HTcXkHVuWK2e6qFNaqui/N43SR6TPJ4w5f1fUUPl8Bq9TEEczxFRYoCE8GXSjHSUuLPf h0Eg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.44.161 with SMTP id f1mr8547464lam.17.1414981594221; Sun, 02 Nov 2014 18:26:34 -0800 (PST) Received: by 10.152.22.168 with HTTP; Sun, 2 Nov 2014 18:26:34 -0800 (PST) In-Reply-To: <1456111.TU6pHrz4dr@wstn> References: <15724934.eWR0Wdy2P9@wstn> <1456111.TU6pHrz4dr@wstn> Date: Sun, 2 Nov 2014 21:26:34 -0500 Message-ID: Subject: Re: [gentoo-user] alternative kernels From: Tom H To: Gentoo User Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 7641a23b-abbb-455e-a3b1-f5a923ea0890 X-Archives-Hash: 8735c73cfe820315f6ea3091c552fcf8 On Sun, Nov 2, 2014 at 7:46 PM, Peter Humphrey wrote: > On Sunday 02 November 2014 18:05:29 Tom H wrote: >> On Fri, Oct 31, 2014 at 12:16 PM, Peter Humphrey >>> >>> My grub-0.99 lets me choose from four kernels and two or three run > levels >>> at boot time, and grub-2 can't handle this yet, or it couldn't the last >>> time I checked. I don't suggest that everyone has a similar need, but at >>> least in some cases the old grub does still have a place. >> >> You can edit "/etc/grub.d/10_linux" to add more than the regular and >> the recovery entries. >> >> You can also "chmod -x" the files in "/etc/grub.d/*" and create manual >> entries in 40_custom (and keep it executable!). > > Seems like there are more ways to skin the cat than I could shake a stick at > (apologies for the mixed metaphors). :) Ideally there'd be an option to set "GRUB_CMDLINE_LINUX_EXTRA1", "GRUB_CMDLINE_LINUX_EXTRA2", ... in "/etc/default/grub" to generate extra entries.