From 6f702a880c0c8300385945afead0a8e8d8236adc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 14 Feb 2019 07:12:12 +0000 Subject: Debug. --- Builder1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 Builder1 (limited to 'Builder1') diff --git a/Builder1 b/Builder1 new file mode 100755 index 0000000..5285458 --- /dev/null +++ b/Builder1 @@ -0,0 +1,17 @@ +#!/bin/sh - + +set -ex + +sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions +/debootstrap/debootstrap --second-stage + +ln -sf /bin/bash /bin/sh + +apt-get update + +apt-get install -y \ + libglib2.0-0 \ + libxrandr2 \ + python-xvfbwrapper \ + ratpoison \ + sudo -- cgit v1.2.3