Add a5y17lte/setup.md

This commit is contained in:
2025-10-05 06:45:42 +00:00
parent 3546189813
commit 53ba8abb1b

17
a5y17lte/setup.md Normal file
View File

@@ -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