From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Wm5Mz-0002hu-QG for mharc-grub-devel@gnu.org; Sun, 18 May 2014 13:59:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Mq-0002hH-Hp for grub-devel@gnu.org; Sun, 18 May 2014 13:59:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm5Mg-0002ZR-Sg for grub-devel@gnu.org; Sun, 18 May 2014 13:59:24 -0400 Received: from mta3.srv.hcvlny.cv.net ([167.206.4.198]:41490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Mg-0002ZH-Oj for grub-devel@gnu.org; Sun, 18 May 2014 13:59:14 -0400 Received: from pavo (ool-44c537b4.dyn.optonline.net [68.197.55.180]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0N5S000ZX7APJ1C0@mta3.srv.hcvlny.cv.net> for grub-devel@gnu.org; Sun, 18 May 2014 13:59:13 -0400 (EDT) Received: from gavron by pavo with local (Exim 4.82) (envelope-from ) id 1Wm5Me-0006iS-Rn for grub-devel@gnu.org; Sun, 18 May 2014 13:59:12 -0400 Date: Sun, 18 May 2014 13:59:12 -0400 From: Chris Jones Subject: Re: How to exit from linux kernel and return to then grub? In-reply-to: To: grub-devel@gnu.org Mail-followup-to: grub-devel@gnu.org Message-id: <20140518175912.GA1741@pavo.local> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline References: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 167.206.4.198 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: Sun, 18 May 2014 17:59:32 -0000 On Sun, May 18, 2014 at 01:33:15AM EDT, Z C wrote: [..] > If you are within one shell and you enter another shell, then if you want > to quit the second shell and return back to the first shell, just simply > type exit. All env variables and commands you previous typed in the first > shell are completely intact. A more valid metaphor would be to start an xterm (or such)... type 'exec bash'.. type 'exit'... see what happens. CJ