summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/picobsd
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/build/picobsd')
-rwxr-xr-xrelease/picobsd/build/picobsd14
1 files changed, 1 insertions, 13 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index 7876580..2303e58 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -566,26 +566,14 @@ fail() {
mtree)
echo "Error while making hierarchy in ${MFS_MOUNTPOINT}"
;;
- makedevs)
- echo "Error while making devices in ${MFS_MOUNTPOINT}"
- ;;
crunch)
echo "Error while building ${name}."
;;
- vnconfig2)
- echo "Error while doing vnconfig of floppy.img on /dev/rvn${VNUM}..."
- ;;
floppy_disklabel)
echo "Error while doing disklabel on of floppy.img size $FLOPPY_SIZE"
;;
- kernel_compress)
- echo "Error while copying compressed kernel to disk"
- ;;
- mfs_compress)
- echo "Error while copying compressed mfs image to disk"
- ;;
missing_kernel)
- echo "-> ERROR: you must build PICOBSD${suffix} kernel first"
+ echo "Error: you must build PICOBSD${suffix} kernel first"
;;
"")
echo "User break"
OpenPOWER on IntegriCloud