Currently we have workaround for it.
Workaround:
1. set cloud-init or perl scripts as the customization engine
1) if you want to set cloud-init as the customization engine by:
Set “disable_vmware_customization: false" in "/etc/cloud.cfg"
2) if you want to set perl script as customization engine, you should
disable or remove
cloud-init
Disable cloud-init service by running this command:
sudo touch /etc/cloud/cloud-init.disabled
Remove cloud-init package and purge the config files by running these
commands:
sudo apt-get purge cloud-init
2. Open the /usr/lib/tmpfiles.d/tmp.conf file.
Go to the line 11 and add the prefix #.
or example:
#D /tmp 1777 root root -
3. If you have open-vm-tools installed, open the
/lib/systemd/system/open-vm-tools.service file.
Add “After=dbus.service” under [Unit].
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793715
Title:
VMWare Guest OS Customization will fail for Ubuntu 18.04 Server
LiveCD
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1793715/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs