Convert rich blacks to flat black
Finds all items with enhanced blacks in the artwork and changes their color to flat black.
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| VAGRANTFILE_API_VERSION = '2' | |
| @script = <<SCRIPT | |
| # Fix for https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1561250 | |
| if ! grep -q "ubuntu-xenial" /etc/hosts; then | |
| echo "127.0.0.1 ubuntu-xenial" >> /etc/hosts | |
| fi |