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 <gentoo-user+bounces-122780-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QLmwB-0003q0-HG for garchives@archives.gentoo.org; Mon, 16 May 2011 01:49:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED2E1C0AF; Mon, 16 May 2011 01:47:35 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 486E81C0AF for <gentoo-user@lists.gentoo.org>; Mon, 16 May 2011 01:47:35 +0000 (UTC) Received: by gxk9 with SMTP id 9so1882588gxk.40 for <gentoo-user@lists.gentoo.org>; Sun, 15 May 2011 18:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type; bh=CkmFxyPI+QB640McihJtVAB4rjtCG7pvTIdm0AYRh5o=; b=NVKHLBtghX8R2NQMB3w+XXCBwExh8X/B1LBL7NdSJFjeh9inZy+MUYWG+pYuGpX+Cv 4lgqyz7qIbRkAKkCLXP9A3X857nwnogqwukwPac8wc+X1dhDijAYRz/Iv0u6PeSXgzAb LKLNKNj93FvVzWv8lGRRlCxble/XsapGBgUyg= 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:content-type; b=pHWNTTW6hSQVHiozG/jTWV/a9n70roBhjppnTSNgUiIBHPRHcapb1EgOXbOpQgq5Fr r3bLQrSjjFInhjsUZA5vLvNBtagc3TTJ8Y9ePkSkhHRjXmjq/jy75sY32hIMsQyCSY/v akIA6+NKnWLUKBgFYHWE3eoKwH7XBlElLKygk= Received: by 10.100.50.19 with SMTP id x19mr2323098anx.44.1305510454731; Sun, 15 May 2011 18:47:34 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-94-119.jan.bellsouth.net [65.0.94.119]) by mx.google.com with ESMTPS id w1sm3544599anh.10.2011.05.15.18.47.32 (version=SSLv3 cipher=OTHER); Sun, 15 May 2011 18:47:34 -0700 (PDT) Message-ID: <4DD08233.9010203@gmail.com> Date: Sun, 15 May 2011 20:47:31 -0500 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110501 Gentoo/2.0.14 SeaMonkey/2.0.14 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] grub menu and the new openrc References: <4DCFAC1F.1030101@gmail.com> <BANLkTim9oenkw4GomUhrG+k_wEEd=F2ooQ@mail.gmail.com> <4DD05DF5.8040300@gmail.com> <BANLkTinH0o-r0YdB-bRMS8QRU==xsh5g+Q@mail.gmail.com> In-Reply-To: <BANLkTinH0o-r0YdB-bRMS8QRU==xsh5g+Q@mail.gmail.com> Content-Type: multipart/alternative; boundary="------------060001020804010709080003" X-Archives-Salt: X-Archives-Hash: c013fd716c3287ea172058236acb2840 This is a multi-part message in MIME format. --------------060001020804010709080003 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Daniel da Veiga wrote: > On Sun, May 15, 2011 at 20:12, Dale <rdalek1967@gmail.com > <mailto:rdalek1967@gmail.com>> wrote: > > Daniel da Veiga wrote: > > I have a similar entry, but have never used the softlevel= > flag, I simply append "single" at the end of the kernel call > and it boots in single user (root password or ctrl+d to continue). > > > I did get this to work: > > title Gentoo single user > kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 rw single > > So, all I need now is to figure out how to get this work: > > > title Gentoo boot level > kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=boot > > It appears the softlevel= is no longer working with the new > openrc. It looks like the docs need to be updated. I also tried > init= and it doesn't work either. > > Time to go farther up the food chain I guess. The docs need to be > changed at least. > > > Updated docs are always good, but I wonder why do you need this. > If I need single user I simply press "e", edit the line and add > single, followed by a "b" to boot. That is a for maintenance only so I > really don't see a need for it at grub menu, same wth the other > runlevels, all you gotta do is append "nox" or use Interactive (again, > this is only if something is broken, I can't see myself doing this > twice in a week)... > > -- > Daniel da Veiga The thing is, I do use them which is why I went to the trouble of setting them up to begin with. I actually use them pretty regular. Just because others don't use them doesn't mean that I don't or shouldn't. I tried to use them is how I figured out it didn't work anymore. That alone shows that I use them for various reasons. This update is less than a week old and I already found out that this doesn't work anymore. I just want to figure out how it works with openrc which it appears no one has a answer and the docs are wrong as well. Thanks. Dale :-) :-) --------------060001020804010709080003 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Daniel da Veiga wrote: <blockquote cite="mid:BANLkTinH0o-r0YdB-bRMS8QRU==xsh5g+Q@mail.gmail.com" type="cite"> <div class="gmail_quote">On Sun, May 15, 2011 at 20:12, Dale <span dir="ltr"><<a moz-do-not-send="true" href="mailto:rdalek1967@gmail.com">rdalek1967@gmail.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div class="im">Daniel da Veiga wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I have a similar entry, but have never used the softlevel= flag, I simply append "single" at the end of the kernel call and it boots in single user (root password or ctrl+d to continue).<br> <br> </blockquote> <br> </div> I did get this to work:<br> <br> title Gentoo single user<br> kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 rw single<br> <br> So, all I need now is to figure out how to get this work: <div class="im"><br> <br> title Gentoo boot level<br> kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=boot<br> <br> </div> It appears the softlevel= is no longer working with the new openrc. It looks like the docs need to be updated. I also tried init= and it doesn't work either.<br> <br> Time to go farther up the food chain I guess. The docs need to be changed at least.</blockquote> <div><br> Updated docs are always good, but I wonder why do you need this.<br> If I need single user I simply press "e", edit the line and add single, followed by a "b" to boot. That is a for maintenance only so I really don't see a need for it at grub menu, same wth the other runlevels, all you gotta do is append "nox" or use Interactive (again, this is only if something is broken, I can't see myself doing this twice in a week)... <br> </div> </div> <br> -- <br> Daniel da Veiga<br> </blockquote> <br> The thing is, I do use them which is why I went to the trouble of setting them up to begin with. I actually use them pretty regular. Just because others don't use them doesn't mean that I don't or shouldn't. <br> <br> I tried to use them is how I figured out it didn't work anymore. That alone shows that I use them for various reasons. This update is less than a week old and I already found out that this doesn't work anymore. I just want to figure out how it works with openrc which it appears no one has a answer and the docs are wrong as well. <br> <br> Thanks.<br> <br> Dale<br> <br> :-) :-) <br> </body> </html> --------------060001020804010709080003--