aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-10 07:37:14 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-10 07:37:14 +0100
commit705dec4f3b7ffa34593b52ca82c28eee957a7139 (patch)
tree4745303f73e07ca064615878af7a94956c795829 /pages
parent496b62d0535cbe31cc0ca3d5de89a81003424e91 (diff)
downloadimagefish-705dec4f3b7ffa34593b52ca82c28eee957a7139.tar.gz
pages: add some doc
Diffstat (limited to 'pages')
-rw-r--r--pages/efi.html20
-rw-r--r--pages/wsl.html10
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>&lt;image&gt;</i> --root-password &quot;password:<i>&lt;secret&gt;</i>&quot;
+</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>&lt;image&gt;</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>&lt;name&gt;</i> <i>&lt;path&gt;</i> <i>&lt;tarball&gt;</i>
+wsl.exe -d <i>&lt;name&gt;</i>
+</pre>
+
<p>