097dbf783c
bpo is currently failing to build images with the on-device installer, because calamares needs to be rebuilt against libboost_python38.so. Fork it until that's resolved. [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI Related: https://builds.sr.ht/~postmarketos/job/398948#task-img_installer-307
5 lines
37 B
Bash
5 lines
37 B
Bash
#!/bin/sh
|
|
|
|
modprobe squashfs
|
|
|
|
exit 0
|