diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-13 18:32:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-13 18:32:36 +0000 |
commit | 866ba57c1355d8fff387a50095136ec6746de78b (patch) | |
tree | 2f83debbcfed02de44e70555ef1ae12e482fc438 /livecd/files | |
parent | Added fix for bug #143348. (diff) | |
download | catalyst-866ba57c1355d8fff387a50095136ec6746de78b.tar.gz catalyst-866ba57c1355d8fff387a50095136ec6746de78b.tar.bz2 catalyst-866ba57c1355d8fff387a50095136ec6746de78b.zip |
Fix bashrc so it doesn't give an error and add System.map to livecd-kernel.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1176 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'livecd/files')
-rw-r--r-- | livecd/files/livecd-bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd/files/livecd-bashrc b/livecd/files/livecd-bashrc index 85baa140..983e657d 100644 --- a/livecd/files/livecd-bashrc +++ b/livecd/files/livecd-bashrc @@ -1,6 +1,6 @@ #!/bin/bash -if [ ! $(grep nox /proc/cmdline) ] +if [ ! "$(grep nox /proc/cmdline)" ] then if [ -x /usr/bin/X ] then |