[bootlin/training-materials updates] master: embedded-linux: stop mentioning VirtualBox VM in QEMU labs (ab4adca5)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jan 11 17:05:44 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/ab4adca54f8b525dcf59ce5fb3becf14a8bf81b0

>---------------------------------------------------------------

commit ab4adca54f8b525dcf59ce5fb3becf14a8bf81b0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jan 11 17:05:44 2023 +0100

    embedded-linux: stop mentioning VirtualBox VM in QEMU labs
    
    Not supported any more
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

ab4adca54f8b525dcf59ce5fb3becf14a8bf81b0
 labs/ubuntu-vm/ubuntu-vm.tex | 31 -------------------------------
 mk/embedded-linux-qemu.mk    |  2 +-
 2 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/labs/ubuntu-vm/ubuntu-vm.tex b/labs/ubuntu-vm/ubuntu-vm.tex
deleted file mode 100644
index 16684a1a..00000000
--- a/labs/ubuntu-vm/ubuntu-vm.tex
+++ /dev/null
@@ -1,31 +0,0 @@
-\subchapter{Ubuntu installation}{Set up the Linux distribution: Ubuntu 20.04}
-
-\section{Option 1: native installation}
-
-Go to \url{https://ubuntu.com/#download}, download the Desktop edition
-and then follow the instructions.
-
-You don't have to replace your existing operating system completely.
-Just make some free space (at least 30 GB for Ubuntu and the labs
-we will run) and install Ubuntu alongside your existing system.
-
-\section{Option 2: using a VirtualBox virtual machine}
-
-In case you have to keep your existing operating system and
-dual-booting is not an option, another option is to download VirtualBox
-(\url{https://www.virtualbox.org/}) and download and use our virtual
-machine image from
-\url{https://f000.backblazeb2.com/file/bootlin-big-files/training/ubuntu-20.04-20200617.ova}
-
-You will still need something like 30 GB of free space to run all the
-labs comfortably.
-
-In Virtualbox, you just have to use {\code File -> Import Appliance}
-to create a new virtual machine from this image.
-
-In this VM, here are the credentials:
-\begin{itemize}
-\item User: \code{tux}
-\item Password: \code{tux}
-\end{itemize}
-
diff --git a/mk/embedded-linux-qemu.mk b/mk/embedded-linux-qemu.mk
index 30446c3d..9ee81b20 100644
--- a/mk/embedded-linux-qemu.mk
+++ b/mk/embedded-linux-qemu.mk
@@ -45,7 +45,7 @@ EMBEDDED_LINUX_QEMU_SLIDES = \
 		sysdev-references \
 		last-slides
 
-EMBEDDED_LINUX_QEMU_LABS   = ubuntu-vm \
+EMBEDDED_LINUX_QEMU_LABS   = \
                 setup \
                 sysdev-toolchain \
                 sysdev-u-boot-qemu \




More information about the training-materials-updates mailing list