summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-04-12 21:25:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-04-12 21:25:21 +0000
commit387d31cdbe047c599b332176e5bdab76fba8502b (patch)
treebbb9e7eb75f7f2bcfd606a43c14fab0015d0a450 /bashlogin
parentFixed net-setup (I think). (diff)
downloadlivecd-tools-387d31cdbe047c599b332176e5bdab76fba8502b.tar.gz
livecd-tools-387d31cdbe047c599b332176e5bdab76fba8502b.tar.bz2
livecd-tools-387d31cdbe047c599b332176e5bdab76fba8502b.zip
Added bashlogin and livecd-functions.sh from baselayout. Cleaned up ALSA support in autoconfig. Made x-setup use new opengl-update feature --dst-prefix. Fixed WEP key section in net-setup.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@46 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'bashlogin')
-rwxr-xr-xbashlogin6
1 files changed, 6 insertions, 0 deletions
diff --git a/bashlogin b/bashlogin
new file mode 100755
index 0000000..cc9f483
--- /dev/null
+++ b/bashlogin
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cat /etc/motd 2>/dev/null
+cd /root
+[[ -e .bashrc ]] && . .bashrc
+exec -l /bin/bash -i