Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160305357
D38558.id117097.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D38558.id117097.diff
View Options
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -172,8 +172,10 @@
vm_extra_pkg_rmcache() {
if [ -e ${DESTDIR}/usr/local/sbin/pkg ]; then
+ mount -t devfs devfs ${DESTDIR}/dev
chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \
/usr/local/sbin/pkg clean -y -a
+ umount_loop ${DESTDIR}/dev
fi
return 0
@@ -329,4 +331,3 @@
return 0
}
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 2:32 AM (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34270149
Default Alt Text
D38558.id117097.diff (461 B)
Attached To
Mode
D38558: release/tools/vmimage.subr: Mount/Unmount devfs at vm_extra_pkg_rmcache
Attached
Detach File
Event Timeline
Log In to Comment