From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
bootfs: fix harmless message about complaining libgcc_s.so.1 when uploading manifest Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/bootfs.manifest.skel b/bootfs.manifest.skel --- a/bootfs.manifest.skel +++ b/bootfs.manifest.skel @@ -6,3 +6,4 @@ /zfs.so: zfs.so /tools/mkfs.so: tools/mkfs/mkfs.so /tools/cpiod.so: tools/cpiod/cpiod.so +/usr/lib/libgcc_s.so.1: %(libgcc_s_dir)s/libgcc_s.so.1 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000eba87505a2f66b9e%40google.com.
