pmaports w/ reMarkable 1 packages
Find a file
Luca Weiss 0fac39abe1
main/postmarketos-mkinitfs: fix incorrect cpio usage (MR 1619)
cpio expects a newline-separated list of files from stdin by default,
and you can change that to a NULL-terminated list of files by using the
'-0' switch.

Previously we were passing a NULL-terminated list ('-print0') and using
cpio with the default setting. For some reason busybox cpio works with
that but GNU cpio doesn't like that and generates an initramfs without
any files (as it only gets "a single file").

With this change the initramfs generation works fine with both busybox
cpio and gnu cpio.

Fixes #815
2020-10-06 18:52:09 +02:00
.gitlab-ci Add sxmo/ as an expected directory for gitlab CI directory structure testcase (MR 1472) 2020-09-14 09:37:24 +02:00
cross cross/musl-*: upgrade to 1.2.1-r2 2020-09-30 11:13:24 +02:00
device oppo-a51f: new device (Oppo Mirror 5s) (MR 1503) 2020-10-05 20:24:12 +03:00
kde kde/plasma-bigscreen: add qmlplugindump workaround 2020-09-20 03:06:15 +03:00
main main/postmarketos-mkinitfs: fix incorrect cpio usage (MR 1619) 2020-10-06 18:52:09 +02:00
modem modem/msm-modem: rename msm-modem-mainline to msm-modem-rpmsg (MR 1356) 2020-06-25 09:41:35 +02:00
sxmo sxmo/sxmo-xdm: new aport (MR 1472) 2020-09-14 09:37:24 +02:00
temp temp/gnome-software-plugin-apk: upgrade to 0.8.1 and sync with upstream (MR 1593) 2020-09-21 11:41:33 +02:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: hide abuild's src dir (!977) 2020-02-21 14:47:22 +01:00
.gitlab-ci.yml CI: rename stages "first, second" to "lint, build" (MR 802) 2020-09-10 22:22:57 -07:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: stable: branch_aports=3.12-stable 2020-05-31 10:19:14 +02:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: require pmbootstrap 1.22.0 2020-07-20 14:56:49 +02:00
README.md Update README.md: add helpful links 2018-09-04 07:15:47 +00:00