diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-10 07:37:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-10 07:37:14 +0100 |
commit | 705dec4f3b7ffa34593b52ca82c28eee957a7139 (patch) | |
tree | 4745303f73e07ca064615878af7a94956c795829 /pages | |
parent | 496b62d0535cbe31cc0ca3d5de89a81003424e91 (diff) | |
download | imagefish-705dec4f3b7ffa34593b52ca82c28eee957a7139.tar.gz |
pages: add some doc
Diffstat (limited to 'pages')
-rw-r--r-- | pages/efi.html | 20 | ||||
-rw-r--r-- | pages/wsl.html | 10 |
2 files changed, 30 insertions, 0 deletions
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 @@ + <h2>qemu images</h2> + +<p> +The images don't have a root password set. You can use +<tt>libguestfs-tools</tt> to set one ... +</p> +<pre> +virt-customize -a <i><image></i> --root-password "password:<i><secret></i>" +</pre> +<p> +... so you can login after boot +</p> + +<p> +The fedora and centos8 images will boot in both uefi and bios mode. +Starting with <tt>systemd-nspawn --image=<i><image></i></tt> +works too, but the images must be converted to raw format first; +<tt>qemu-img convert ...</tt> can be used for that. +</p> + <p> 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 @@ </p> + <h2>wsl tarballs</h2> + +<p> +Tarballs can be imported into the Windows Subsystem for Linux. +</p> +<pre> +wsl.exe --import <i><name></i> <i><path></i> <i><tarball></i> +wsl.exe -d <i><name></i> +</pre> + <p> |