t11 and new partitioner fixes
[automated-distro-installer] / lk
diff --git a/lk b/lk
index 03b17c643c2a9976ffc02c42e56d9766a3e6b0d1..247f4ed15621b8eee48f3590d7215554151a6652 100755 (executable)
--- a/lk
+++ b/lk
@@ -33,9 +33,9 @@ Alternative to http server:
 2. On another machine nc INSTALL_MACHINE 1234 <live-kexec
 Obviously beware that anyone on your network could send commands to the install machine.
 
-This has been tested on trisquel 7 & 8 & ubuntu 16.04 & 18.10.
-With 18.10 on an x200, kexec was unreliable, resulting in freezes and
-kernel panics.
+This has been tested on trisquel 7 & 8 & ubuntu 16.04 & 18.10.  With
+18.10 and trisquel 8 on an x200, kexec was unreliable, resulting in
+freezes and kernel panics.
 
 If the screen just sits in a weird color inverted, corrupted looking state,
 it's probably nothing wrong with the computer, but a problem
@@ -60,7 +60,7 @@ if grep -q ID=ubuntu /etc/os-release; then
     sed -ri '/^\s*deb/{/universe/!s/$/ universe/}' /etc/apt/sources.list
 fi
 if ! type -p pxe-kexec >/dev/null 2>&1; then
-    apt-get update
+    apt-get update ||: # try even if we fail
     apt-get install -y debconf
     debconf-set-selections <<EOF
 kexec-tools kexec-tools/load_kexec boolean false