diff options
| author | 2026-08-03 21:48:37 +0700 | |
|---|---|---|
| committer | 2026-08-03 21:48:37 +0700 | |
| commit | 3f5ee6ecfde3a6cb4e047eb5357afad43034bc13 (patch) | |
| tree | ae32fe5376cb57938e5b94fdcedbc1d14894ce86 | |
| parent | a776fe5f94c6b673498addecf2e8835de286d424 (diff) | |
| download | kiwi-descriptions-3f5ee6ecfde3a6cb4e047eb5357afad43034bc13.tar.gz kiwi-descriptions-3f5ee6ecfde3a6cb4e047eb5357afad43034bc13.zip | |
docs: update readme.md on missing factors and update build instructions
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |