MFC r282112:
Fix a comment. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
691994c11b
commit
759d86de96
@ -175,8 +175,10 @@ vm_extra_install_ports() {
|
||||
}
|
||||
|
||||
vm_extra_pre_umount() {
|
||||
# Prototype. When overridden, installs additional ports within the
|
||||
# virtual machine environment.
|
||||
# Prototype. When overridden, performs additional tasks within the
|
||||
# virtual machine environment prior to unmounting the filesystem.
|
||||
# Note: When overriding this function, removing resolv.conf in the
|
||||
# disk image must be included.
|
||||
|
||||
rm -f ${DESTDIR}/etc/resolv.conf
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user