X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=live-kexec;h=3baf2bb66cca2ac2e54289a8355825271f70f4d9;hp=10975a8f223790a4499a558ceacf58f869616ae6;hb=1b08e82a978c8db76e1ebc67f3b4ae875ba27537;hpb=e729557712e9355ffa9103e6083d1161d5fd6063 diff --git a/live-kexec b/live-kexec deleted file mode 100644 index 10975a8..0000000 --- a/live-kexec +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# -# You can copy this to a http server, then wget -O- url|sudo bash -# or curl|bash, if curl is installed. -# -# This has been tested on trisquel belanos 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 -# with the fai server. If you can do this from a virtual terminal, -# it will print out more info (I know from running it on a vm). - -set -ex -if grep -q ID=ubuntu /etc/os-release; then - sed -ri '/^\s*deb/{/universe/!s/$/ universe/}' /etc/apt/sources.list -fi -apt-get update -apt-get install -y debconf -debconf-set-selections <