From c4c6a2515c49fcc436648c93a1746f467a3e8cb2 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmail.com> Date: Mon, 26 Feb 2018 07:34:33 +0000 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 53391c1..6a77427 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,6 +16,9 @@ _builder_prepare() { touch /builder/reference || exit 1 chown --reference "${REFERENCE}" /builder/reference || exit 1 chown -R builder:builder /builds/* || exit 1 + export XVFBARGS="-screen 0 1280x1024x24" + export DISPLAY=:99 + /etc/init.d/xvfb start } # Terminate -- GitLab