From 95996e27aa5c5535f5d14b4e450207e3380553ef Mon Sep 17 00:00:00 2001
From: Thomas Lange <lange@informatik.uni-koeln.de>
Date: Thu, 31 Aug 2017 09:59:45 +0200
Subject: [PATCH] double space -> single space

otherwise grub will hang
---
 debconf/GCE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debconf/GCE b/debconf/GCE
index 1510196..512366f 100644
--- a/debconf/GCE
+++ b/debconf/GCE
@@ -1,4 +1,4 @@
 # Linux command line:
 grub-pc grub2/linux_cmdline_default     string  quiet elevator=noop console=ttyS0,38400n8
 # GRUB timeout; for internal use
-grub-pc grub-pc/timeout string  0
+grub-pc grub-pc/timeout string 0
-- 
2.1.4

