17 lines
678 B
Markdown
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 |