- Sep 03, 2021
-
-
Clayton Craft authored
This function was changed, so these packages need to be rebuilt to have the kernel installed under the new filename 'vmlinuz'
-
Clayton Craft authored
-
Clayton Craft authored
Signal to pmbootstrap that pmaports supports the new mkinitfs tool
-
Clayton Craft authored
boot files are generic names (vmlinuz/initramfs), and 'flavor' is not included in the filenames anymore
-
Clayton Craft authored
Kernel file names will be generic (/boot/vmlinuz). Release path still has the 'flavor' in it so that pmbootstrap can still get a reference to which kernel package is installed
-
Clayton Craft authored
This replaces the mkinitfs script with a re-write (in Go). The re-written mkinitfs will atomically replace the initfs in /boot, check for free space before doing so, and try to do whatever it can to not leave the system in an unbootable state by botching the initfs creation/installation. pmb:cross-native with go cross compiling doesn't work exactly, it makes the correct binary, but on Alpine go uses -buildmode=pie which creates a dynamic thing, and the interpreter is wrong (e.g. it it set to use the host arch's interpreter, like /lib/ld-musl-x86_64 even though GOARCH=arm64) The init.sh script is no longer a template, "initramfs-extra" is used. Fixes https://gitlab.com/postmarketOS/pmaports/-/issues/1019 fixes https://gitlab.com/postmarketOS/pmaports/-/issues/660
-
Clayton Craft authored
This tool is used by the new mkinitfs to finalize/install boot files. It's based on the old mkinitfs_functions.sh, but includes some improvements like verifying free space in target directory, and trying to atomically mv files.
-
- Sep 02, 2021
-
-
Stacy Harper authored
-
- Sep 01, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
-
[ci:skip-build] Already built on CI in MR
-
This fix was pending since before charging-sdl was deprecated and still provides value should anyone wish to pickup and improve charging-sdl again. charging-sdl currently does not check for devices using mesa, even though it supports it in the same way as osk-sdl. Check for msa support and set SDL_VIDEODRIVER in that case. Also fix the font path, as it was reading both keyboard-font and keyboard-font-size from osk.conf.
-
Have the keys be packagemanaged by default instead of preloading it once with pmbootstrap
-
-
Co-authored-by:
clayton craft <clayton@craftyguy.net>
-
Alexey Minnekhanov authored
This will enable the device to display postmarketos logo during boot and other things like osk-sdl. [ci:skip-build] Already built on CI in MR
-
Alexey Minnekhanov authored
* Add support for full panel driver for samsung-klte * Enable zram support
-
[ci:skip-build] already built successfully in CI
-
Installing "onboard" onscreen keyboard and enabling autostart. Option "Don't auto-show while external keyboards are connected" is activated. [ci:skip-build] already built successfully in CI
-
Alexey Minnekhanov authored
* use link to Alpine Linux Gitlab instance * add link to postmarketOS package search
-
Alexey Minnekhanov authored
-
- Aug 31, 2021
-
-
Bart Ribbers authored
Also remove xwayland, it already gets pulled in through KWin [ci:skip-vercheck]
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
-
-
-
-
-
-
The delay to wait for the SIM card to show up appears to be unneeded on our modems, remove it so that we don't delay boot by 10 seconds if your device doesn't have a SIM card installed. [ci:skip-build] already built successfully in CI
-
- Aug 27, 2021
-
-
To test the release candidate in edge before MM stable release. [ci:skip-build] already built successfully in CI
-
Clayton Craft authored
[ci:skip-build] already built successfully in CI
-
- Aug 26, 2021
-
-
The Alpine LTS kernel builds evdev as a module which means it's not automatically available in the initfs. Including evdev allows osk-sdl to properly recognise physical keyboards, just like on a real device. Fixes: #1204 [ci:skip-build] already built successfully in CI
-
gnu sed doesn't support \d: https://stackoverflow.com/questions/14671293/why-doesnt-d-work-in-regular-expressions-in-sed/14671365#14671365 So update-u-boot was failing if a user installed gnu sed. Thanks to Arnavion for pointing this out
-
gnu sed doesn't support \d: https://stackoverflow.com/questions/14671293/why-doesnt-d-work-in-regular-expressions-in-sed/14671365#14671365 So update-u-boot was failing if a user installed gnu sed. Thanks to Arnavion for pointing this out
-
Arnav Singh authored
`$DEV` was an undefined variable so the atinout commands were printing their helptext instead of actually running. This was noticeable because the "Failed to enable VoLTE profile auto selecting" log was being printed along with said helptext to syslog. The block that defined `$DEV` had been accidentally deleted in bb41f538 . This change restores it.
-
The phosh scaling is made an integer to avoid scaling issues in some apps and wallpaper. [ci:skip-build] Already built on CI in MR
-