summaryrefslogtreecommitdiff
path: root/packages/altboot/files/init.altboot
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-01-24 11:37:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-24 11:37:57 +0000
commit378aacc1ff39a0fc6010bfe06b126108ec904283 (patch)
treeaee20523b2d3a4ac7a1fcf57ed5fbafd9b648007 /packages/altboot/files/init.altboot
parentfc1aee6b0d22286c48bb025c8d47faa8b93d96c6 (diff)
altboot:
- Reworked moving old mountpoints into the new rootfs - Optimized pivot_root'ing
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r--packages/altboot/files/init.altboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot
index 5bc833d2b1..7304ee4da1 100644
--- a/packages/altboot/files/init.altboot
+++ b/packages/altboot/files/init.altboot
@@ -8,7 +8,7 @@
test -e /etc/altboot.func && . /etc/altboot.func || die "ERROR: /etc/altboot.func not found. Check your installation!"
CURRENT_ENV="`set`"
-VERSION="0.0.3"
+VERSION="0.0.4"
# Set some defaults in case altboot.cfg is missing
REAL_INIT="/sbin/init.sysvinit"