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-commits+bounces-358986-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QcNtk-000298-6A for garchives@archives.gentoo.org; Thu, 30 Jun 2011 20:31:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08371C01F; Thu, 30 Jun 2011 20:31:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9AEBA1C01F for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2011 20:31:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346FE1B405A for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2011 20:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8DEE88003C for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2011 20:31:31 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <9645e7f465a667bf920ec193498028f88e7f418e.WilliamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: bashlogin X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9645e7f465a667bf920ec193498028f88e7f418e Date: Thu, 30 Jun 2011 20:31:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b35e18625962d4d0442df9459cf5c763 commit: 9645e7f465a667bf920ec193498028f88e7f418e Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 20:29:56 2011 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 20:29:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D9645e7f4 Revert "remove bashlogin" This reverts commit 1058b90acbaa2550892cfe93c2cef8dad0e1cacd. We still need this for serial lines. --- bashlogin | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/bashlogin b/bashlogin new file mode 100755 index 0000000..ea9493a --- /dev/null +++ b/bashlogin @@ -0,0 +1,7 @@ +#!/bin/bash + +export HOME=3D/root +cat /etc/motd 2>/dev/null +cd /root +[[ -e .bash_profile ]] && source .bash_profile +exec -l /bin/bash -i