Page MenuHomeFreeBSD

D26985.diff
No OneTemporary

D26985.diff

Index: head/release/tools/vmimage.subr
===================================================================
--- head/release/tools/vmimage.subr
+++ head/release/tools/vmimage.subr
@@ -43,8 +43,8 @@
ROOTFSPART="-p freebsd-ufs/rootfs:=${VMBASE}"
;;
*)
- # ENOTSUPP
- return 1
+ echo "vmimage.subr: unsupported target '${TARGET}:${TARGET_ARCH}'" >&2
+ exit 1
;;
esac

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 20, 9:03 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15976275
Default Alt Text
D26985.diff (390 B)

Event Timeline