summaryrefslogtreecommitdiff
path: root/packages/altboot/files/init.altboot
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2006-03-30 15:40:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-30 15:40:42 +0000
commitb95d798344767600d151f34ee898f668ef704f26 (patch)
tree926655cfae9f9b48aeabec271456d4dc4ef20f37 /packages/altboot/files/init.altboot
parentbef8adcd76891ad360f7fedaf3f4c433cf6c409f (diff)
parentb06947117d509732650abe04637a85953e28a645 (diff)
merge of 7b6a90f4a303bd10227810719197dec0ab049efe
and fb0a7d68e12187b6fa7e65a6685bd6a7244b9484
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r--packages/altboot/files/init.altboot7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot
index 850912f20c..665b3fa4b5 100644
--- a/packages/altboot/files/init.altboot
+++ b/packages/altboot/files/init.altboot
@@ -183,6 +183,13 @@ run_timer() {
echo -n "." >/dev/tty1
let cnt=$cnt+1
done
+
+ if test "$launch_altboot" != "yes"
+ then
+ AUTOBOOT=yes
+ else
+ rm -f /etc/.altboot*.last
+ fi
else
launch_altboot=yes
fi