summaryrefslogtreecommitdiff
path: root/build-vm
diff options
context:
space:
mode:
authorAdrian Schröter <adrian@suse.de>2014-06-04 15:25:55 +0200
committerAdrian Schröter <adrian@suse.de>2014-06-04 17:32:51 +0200
commit61888335af4499d781be2f6bfd8cc9de1c08b182 (patch)
treecc0c9857bda9dbc506db584935e8da4de8213295 /build-vm
parent25adffc3bb63cf96bc529842d223020692dfc037 (diff)
- support new kiwi bundler, handing over the bundling
to kiwi itself
Diffstat (limited to 'build-vm')
-rw-r--r--build-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-vm b/build-vm
index d23ba86..4f1e5e2 100644
--- a/build-vm
+++ b/build-vm
@@ -743,7 +743,7 @@ vm_first_stage() {
cleanup_and_exit ${BUILDSTATUS#BUILDSTATUS}
;;
*)
- echo "No buildstatus set, either the base system is broken (glibc/bash/perl)"
+ echo "No buildstatus set, either the base system is broken (kernel/initrd/udev/glibc/bash/perl)"
echo "or the build host has a kernel or hardware problem..."
cleanup_and_exit 3
;;