add flidas support, fix typo
[automated-distro-installer] / live-kexec
index aef734282e63b84477110220a5a13418147135f5..5bd5833d158363576beaf82744012334dbf79615 100644 (file)
@@ -23,7 +23,7 @@ fai kexec from upstream live cds, i.e. curl|bash
 You can copy this to a http server, then wget -O- url|sudo bash
 curl is sometimes not preinstalled on a live cd.
 
-This has been tested on trisquel belanos and ubuntu xenial.
+This has been tested on trisquel belenos and ubuntu xenial.
 
 If the screen just sits in a weird color inverted, corrupted looking state,
 it's probably nothing wrong with the computer, but a problem
@@ -50,7 +50,7 @@ kexec-tools kexec-tools/load_kexec boolean false
 EOF
     apt-get install -y pxe-kexec
 fi
-# running this piped to bash on belanos, the apt-get goes
+# running this piped to bash on belenos, the apt-get goes
 # into the background while it's still installing, and pxe-kexec
 # just exits right away. sleep calls are strangely ignored.
 # I don't know whats going on, but just running the same