diff options
author | Matthias Hentges <oe@hentges.net> | 2006-02-02 00:52:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-02 00:52:41 +0000 |
commit | 69f2223275267fbb7428c305c9ee67eb73c8068d (patch) | |
tree | d59a979a29292a74445f390e430a6fb078539a06 /packages/altboot/files/init.altboot | |
parent | 6d0cbb9292836080fe20feb2e450dd61a4a71019 (diff) |
altboot: Bugfixes
- Fix disable_printk.sh
- Boot NFS: Ignore failure of mounting /proc
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" |