pmaports/main/postmarketos-mkinitfs
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
..
APKBUILD Improve copy in mkinitfs (#599) 2017-09-20 18:36:22 +00:00
init.sh.in Add msm-fb-refresher package and initfs config (#587) 2017-09-18 19:17:30 +00:00
init_functions.sh Add msm-fb-refresher package and initfs config (#587) 2017-09-18 19:17:30 +00:00
mkinitfs.sh Improve copy in mkinitfs (#599) 2017-09-20 18:36:22 +00:00
postmarketos-mkinitfs.trigger Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
TODO Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00