summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-30 08:51:41 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-30 08:51:51 +0200
commit360621922c1833acd2dc5541e43cacfb7b2d7b11 (patch)
tree620a0529ad86d7ed9621a2257cd0109482fbc9e9
parent5d8ff42064db620022dc7620b567915b493a3d23 (diff)
downloadvyos-live-build-360621922c1833acd2dc5541e43cacfb7b2d7b11.tar.gz
vyos-live-build-360621922c1833acd2dc5541e43cacfb7b2d7b11.zip
Updating base-files hack for plymouth in progress mode.
-rwxr-xr-xscripts/build/bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap
index ed9c77498..41de8273c 100755
--- a/scripts/build/bootstrap
+++ b/scripts/build/bootstrap
@@ -41,9 +41,9 @@ lb bootstrap_cdebootstrap ${@}
lb bootstrap_debootstrap ${@}
lb bootstrap_cache save ${@}
-# Temporary hack until we have multistrap in place
-case "${LB_MODE}" in
- progress)
+# Temporary hack for base-files wrt/ plymouth
+case "${LB_DISTRIBUTION}" in
+ artax*)
echo '0.0.0' > chroot/etc/progress_version
;;
esac