From eae09a37efa2f2aef67ce55684a116965cf17312 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 27 Nov 2016 00:29:45 +0100 Subject: debian-edu: kludge around the plymouth problem in d-i (revert in ~3 days) --- d-i-preseed-cfgs/plymouthbug-kludge.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 d-i-preseed-cfgs/plymouthbug-kludge.sh (limited to 'd-i-preseed-cfgs/plymouthbug-kludge.sh') diff --git a/d-i-preseed-cfgs/plymouthbug-kludge.sh b/d-i-preseed-cfgs/plymouthbug-kludge.sh new file mode 100644 index 00000000..b831e082 --- /dev/null +++ b/d-i-preseed-cfgs/plymouthbug-kludge.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +for f in /target/etc/plymouth/plymouthd.conf /target/opt/ltsp/i386/etc/plymouth/plymouthd.conf ; do + # this is a joyous race condition + while [ ! -e $f ] ; do + sleep 1 + done + + rm -f $f +done -- cgit v1.2.3-70-g09d2