diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-02 13:30:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-02 13:30:24 +0000 |
commit | 2a5a60efdc31bd7fdd76b1c78f153f87febdfccb (patch) | |
tree | cba54bc73efb9108d04ff756b9d0f216e0d2a4d6 /packages/altboot/files/init.altboot | |
parent | 64f4a233cdeac3d0fd4475e00677336d8984d575 (diff) | |
parent | 69f2223275267fbb7428c305c9ee67eb73c8068d (diff) |
merge of 211ee08c16c0bff5c1b6c495d484747ddec7fb0d
and e35f8ca17cb59e4448784d22e1c01c2f627e970f
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r-- | packages/altboot/files/init.altboot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index cd8b6b8929..2ef804d99c 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -24,7 +24,6 @@ case "`uname -r`" in ALTBOOT_CFG_FILE="/etc/altboot-2.6.cfg";; esac -echo "Using [${ALTBOOT_CFG_FILE}]" test -e "$ALTBOOT_CFG_FILE" && . "$ALTBOOT_CFG_FILE" || echo "WARNING: No $ALTBOOT_CFG_FILE found! Check your installation of Altboot!" > /dev/tty1 C_RED="\033[31m" |