pmaports/main/postmarketos-mkinitfs
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
..
00-default.modules main/postmarketos-mkinitfs: modules from files (!1123) 2020-04-12 00:56:22 +02:00
APKBUILD main/postmarketos-mkinitfs: fix incorrect cpio usage (MR 1619) 2020-10-06 18:52:09 +02:00
init.sh.in main/postmarketos-mkinitfs: rm pmOS_deleteme (MR 1428) 2020-07-21 22:53:03 +02:00
init_functions.sh main/postmarketos-mkinitfs: fix device sed regex (MR 1436) 2020-07-22 09:18:10 +02:00
mkinitfs.sh main/postmarketos-mkinitfs: add mediatek header in mkinitfs (MR 1483) 2020-08-22 10:38:53 +02:00
mkinitfs_functions.sh main/postmarketos-mkinitfs: fix incorrect cpio usage (MR 1619) 2020-10-06 18:52:09 +02:00
mkinitfs_test.sh main/postmarketos-mkinitfs: modules from files (!1123) 2020-04-12 00:56:22 +02:00
postmarketos-mkinitfs.trigger main/postmarketos-mkinitfs: add new trigger for osk-sdl (MR 1563) 2020-09-19 17:14:20 +03:00