From 53ba8abb1b5c616a99ddb8881fa0714823c81d99 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Sun, 5 Oct 2025 06:45:42 +0000 Subject: [PATCH] Add a5y17lte/setup.md --- a5y17lte/setup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 a5y17lte/setup.md diff --git a/a5y17lte/setup.md b/a5y17lte/setup.md new file mode 100644 index 0000000..fac94ea --- /dev/null +++ b/a5y17lte/setup.md @@ -0,0 +1,17 @@ + * Fresh Installation using git of pmbootstrap (https://wiki.postmarketos.org/wiki/Pmbootstrap/Installation) + * `pmbootstrap init` + * `pmbootstrap install` + * It will now fail with: +``` +06:40:42.546235 -- Including modules from: /usr/share/mkinitfs/modules/00-default.modules +06:40:42.546308 unable to process module list file "/usr/share/mkinitfs/modules/00-default.modules": unable to get module file "aes": kernel module.dep not found: /usr/lib/modules/3.18.14 +06:40:42.546315 failed to generate: initramfs +``` + + * `pmbootstrap chroot -r` + * `cd /usr/lib/modules/3.18.14/` + * `touch modules.dep` + * `exit` + + * `pmbootstrap install` + * The build now completes \ No newline at end of file