Index: /branches/releng-9.0/nanobsd/tools/edit-image.sh
===================================================================
--- /branches/releng-9.0/nanobsd/tools/edit-image.sh	(revision 10758)
+++ /branches/releng-9.0/nanobsd/tools/edit-image.sh	(revision 10759)
@@ -41,4 +41,7 @@
 mount /dev/${MD}s3 ${MNT}/cfg
 
+# Devfs for some special foo
+mount -t devfs devfs ${MNT}/dev
+
 # Try to fetch and store config
 p_info "Type exit when done"
@@ -48,4 +51,5 @@
 # Clean up
 umount ${MNT}/cfg
+umount ${MNT}/dev
 umount ${MNT}
 mdconfig -d -u ${MD}
