From e1c7165c960319438ff98938df17ad3d29266442 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Wed, 6 Mar 2013 23:10:40 +0100 Subject: [PATCH] Fix vm not booting. --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index ea109e4..7e68c0e 100755 --- a/auto/config +++ b/auto/config @@ -4,11 +4,11 @@ lb config noauto \ --apt-indices false \ --apt-recommends false \ --architectures i386 \ + --bootappend-live "boot=live config locales=fr_BE.UTF-8 keyboard-layouts=be" \ --distribution wheezy \ --linux-flavours 686 \ --mirror-bootstrap http://ftp.be.debian.org/debian/ \ --mirror-binary http://ftp.be.debian.org/debian/ \ - --bootappend-live "locales=fr_BE.UTF-8 keyboard-layouts=be" \ "${@}" # --bootstrap cdebootstrap \ -- GitLab