diff options
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 1189a2e..9bea614 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -126,6 +126,8 @@ <command>wget http://nereus.lab.linutronix.de/schulung-mirror/ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/3a/eclipse-cpp-oxygen-3a-linux-gtk-x86_64.tar.gz</command> <command>tar xzf eclipse-cpp-*.tar.gz -C /opt</command> <command>rm eclipse-cpp-*.tar.gz</command> + <!-- fixup /opt ownership --> + <command>chown -R root:root /opt</command> <!-- keep grub simple to minimize boot issues --> <command>echo 'GRUB_GFXPAYLOAD_LINUX=text' | tee -a /etc/default/grub</command> <!-- disable tomoyo or else the system won't boot --> |
