summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-04-23 19:52:13 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-04-23 19:52:13 +0000
commit7bba070f1cdeab950707239b67d946b36f9cd04c (patch)
tree102c9dc2e59d4e1f6f834db1a0671bd320dbcb7f
parent378918c059d0813bbab740c7380dc1548f26b05c (diff)
Notes
-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 78765804b76f..2303e58033eb 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"