Files
solar_cluster/a5y17lte/setup.md
2025-10-05 06:45:42 +00:00

17 lines
678 B
Markdown

* 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