summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-04-23 19:52:13 +0000
committerjoe <joe@FreeBSD.org>2001-04-23 19:52:13 +0000
commita02bf6d92bcd54e4f6e428ffda7b434c1c50e861 (patch)
treeaa97e78a60a6dd9c92b060bb893d6edd2961342f /release
parentd8bc9129a9d7b540511e34418e77efeea3f3719b (diff)
downloadFreeBSD-src-a02bf6d92bcd54e4f6e428ffda7b434c1c50e861.zip
FreeBSD-src-a02bf6d92bcd54e4f6e428ffda7b434c1c50e861.tar.gz
MF4S: Remove some unused error messages. (revision 1.1.2.5)
Diffstat (limited to 'release')
-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