From c88b95ddfc1bdf90a0f815c7d036363790c37d14 Mon Sep 17 00:00:00 2001 From: btatu Date: Fri, 19 May 2017 14:58:33 +0200 Subject: [PATCH] Fix bug about error ehci-orion --- HowtoCustomLiveCD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoCustomLiveCD.md b/HowtoCustomLiveCD.md index 4d7878eb..46023dd8 100644 --- a/HowtoCustomLiveCD.md +++ b/HowtoCustomLiveCD.md @@ -43,7 +43,7 @@ lb config noauto \ --system "live" \ --architectures "amd64" \ --distribution "jessie" \ ---bootappend-live "locale=en_US.UTF-8 keyb=fr" \ +--bootappend-live "boot=live components autologin username=live locale=en_US.UTF-8 keyb=fr" \ --archive-areas "main contrib non-free" \ --security "true" \ --updates "true" \