Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: /
Date: Thu, 30 Jun 2011 20:31:40
Message-Id: 9645e7f465a667bf920ec193498028f88e7f418e.WilliamH@gentoo
1 commit: 9645e7f465a667bf920ec193498028f88e7f418e
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 20:29:56 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 20:29:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=9645e7f4
7
8 Revert "remove bashlogin"
9
10 This reverts commit 1058b90acbaa2550892cfe93c2cef8dad0e1cacd.
11
12 We still need this for serial lines.
13
14 ---
15 bashlogin | 7 +++++++
16 1 files changed, 7 insertions(+), 0 deletions(-)
17
18 diff --git a/bashlogin b/bashlogin
19 new file mode 100755
20 index 0000000..ea9493a
21 --- /dev/null
22 +++ b/bashlogin
23 @@ -0,0 +1,7 @@
24 +#!/bin/bash
25 +
26 +export HOME=/root
27 +cat /etc/motd 2>/dev/null
28 +cd /root
29 +[[ -e .bash_profile ]] && source .bash_profile
30 +exec -l /bin/bash -i