parent
044b8da55a
commit
5fc7d033f9
288 changed files with 13040 additions and 1 deletions
20
bots/images/scripts/ubuntu-stable.install
Executable file
20
bots/images/scripts/ubuntu-stable.install
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# HACK: https://launchpad.net/bugs/1826187; default iptables firewalld backend
|
||||
# does not work due to not finding iptables binaries
|
||||
ln -s /sbin/iptables /usr/sbin/
|
||||
ln -s /sbin/iptables-restore /usr/sbin/
|
||||
ln -s /sbin/ip6tables /usr/sbin/
|
||||
ln -s /sbin/ip6tables-restore /usr/sbin/
|
||||
systemctl start firewalld
|
||||
|
||||
/var/lib/testvm/debian.install "$@"
|
||||
|
||||
# HACK: With our restricted network during tests, systemd-networkd-wait-online
|
||||
# takes ages and waits for two minutes. This makes waiting for docker.service time out.
|
||||
systemctl mask systemd-networkd-wait-online.service
|
||||
|
||||
# HACK: broken virt-builder image; locale defaults to en_US (which is ISO-8859-1)
|
||||
update-locale LANG=C.UTF-8
|
||||
Loading…
Add table
Add a link
Reference in a new issue