Fix a comment.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4f1cf3cec8
commit
e60260c0b0
@ -181,8 +181,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…
Reference in New Issue
Block a user