From 705dec4f3b7ffa34593b52ca82c28eee957a7139 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 10 Nov 2020 07:37:14 +0100 Subject: pages: add some doc --- pages/efi.html | 20 ++++++++++++++++++++ pages/wsl.html | 10 ++++++++++ 2 files changed, 30 insertions(+) diff --git a/pages/efi.html b/pages/efi.html index 4bd4a73..31136d4 100644 --- a/pages/efi.html +++ b/pages/efi.html @@ -1,2 +1,22 @@ +

qemu images

+ +

+The images don't have a root password set. You can use +libguestfs-tools to set one ... +

+
+virt-customize -a <image> --root-password "password:<secret>"
+
+

+... so you can login after boot +

+ +

+The fedora and centos8 images will boot in both uefi and bios mode. +Starting with systemd-nspawn --image=<image> +works too, but the images must be converted to raw format first; +qemu-img convert ... can be used for that. +

+

diff --git a/pages/wsl.html b/pages/wsl.html index 0042e2c..0187b8f 100644 --- a/pages/wsl.html +++ b/pages/wsl.html @@ -1,3 +1,13 @@

+

wsl tarballs

+ +

+Tarballs can be imported into the Windows Subsystem for Linux. +

+
+wsl.exe --import <name> <path> <tarball>
+wsl.exe -d <name>
+
+

-- cgit