pmaports w/ reMarkable 1 packages
Find a file
clayton craft 1b35dd595d Improve copy in mkinitfs (#599)
'install' does not properly handle symlinks, it copies the entire file
instead of a symlink to it. This PR uses `cp -a` to preserve symlinks.

For example, with `install`, the files libc.musl-armhf.so.1 and
ld-musl-armhf.so.1 are the same size, despite the fact that in rootfs
libc.musl-armhf.so.1 is actually a symlink to ld-musl-armhf.so.1.

According to @drebrez research, the initramfs size shrunk from 
1 567 930 to 1 168 591.
2017-09-20 18:36:22 +00:00
cross Update musl-* to upstream 2017-08-31 01:14:08 +02:00
device Close #574: swap file support/encrypted swap on rx51 (#585) 2017-09-20 18:32:19 +00:00
firmware Fix checksums (GitHub generates different archives now) (#577) 2017-09-14 18:16:16 +00:00
kde Fix checksums (GitHub generates different archives now) (#577) 2017-09-14 18:16:16 +00:00
maemo Initial packaging for Maemo UI (#461) 2017-09-04 17:09:53 +00:00
main Improve copy in mkinitfs (#599) 2017-09-20 18:36:22 +00:00