aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index a48003f..b9cc94e 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ If you want to compile this image manually, **the build arch must be `aarch64`**
To build this on Fedora Linux:
```bash
+# Fetch submodules (if you haven't yet)
+[]$ git submodule update --init --recursive
# Install kiwi
[]$ sudo dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys
# Run the image build
@@ -31,8 +33,9 @@ To build this on Fedora Linux:
* Live CD has to run in RAM, so `rd.live.ram=1` is set for cmdline. Otherwise, at least on my ancient flash drive, it fails to load multiple necessary services, including `polkit`.
* No rescue vmlinuz.
* No secure boot possible for this ISO for now, as the platform used is `efi` and not `uefi`.
-* No GRUB auto hidden menu. Trying to have the menu hidden results in system simply crashing after trying to boot it.
-* `wireupcameras.service` fails on installed system (not in Live CD though).
+* No GRUB auto hidden menu. Trying to have the menu hidden results in system leads to restart after trying to boot it.
+* `wireupcameras.service` (which enables tablet's cameras to be used) fails on installed system (not in Live CD though), as no `/dev/media*` gets initialized.
+* No hardware video decoding for now, as the iris video codec (`qcvss8380_pa.mbn`) is Windows-only (as far as I researched), but you can copy one to `/lib/firmware/qcom/x1p42100/Microsoft/Surface12/`, if you have Windows ARM64 partition.
## Image variants