MF4S: Remove some unused error messages. (revision 1.1.2.5)
This commit is contained in:
parent
378918c059
commit
7bba070f1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75880
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user