diff options
author | Matthias Hentges <oe@hentges.net> | 2006-03-29 03:38:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-29 03:38:18 +0000 |
commit | f19059ca2d12415411489190c9b3c3849ecd1c0f (patch) | |
tree | b45a33268c624f2c255006adeff43ba2c3b3a493 /packages/altboot/files/init.altboot | |
parent | a4f921a0bcfa7ec3ea032f94798a7cc7f9f00cf2 (diff) |
altboot: Altboot now remembers the last loop-image (or realfs),too, which allowsa true automatic booting of the last user-setting
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r-- | packages/altboot/files/init.altboot | 7 |
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 |