From 5e8aca9de29195c5dd7445103d05f7ba3f81f943 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 30 Mar 2023 19:00:10 +0200 Subject: [PATCH] PAT Extractor --- Dockerfile | 4 ++-- {extractor => extract}/libcurl.so.4 | Bin {extractor => extract}/libmbedcrypto.so.5 | Bin {extractor => extract}/libmbedtls.so.13 | Bin {extractor => extract}/libmbedx509.so.1 | Bin {extractor => extract}/libmsgpackc.so.2 | Bin {extractor => extract}/libsodium.so | Bin .../libsynocodesign-ng-virtual-junior-wins.so.7 | Bin {extractor => extract}/scemd | Bin 9 files changed, 2 insertions(+), 2 deletions(-) rename {extractor => extract}/libcurl.so.4 (100%) rename {extractor => extract}/libmbedcrypto.so.5 (100%) rename {extractor => extract}/libmbedtls.so.13 (100%) rename {extractor => extract}/libmbedx509.so.1 (100%) rename {extractor => extract}/libmsgpackc.so.2 (100%) rename {extractor => extract}/libsodium.so (100%) rename {extractor => extract}/libsynocodesign-ng-virtual-junior-wins.so.7 (100%) rename {extractor => extract}/scemd (100%) diff --git a/Dockerfile b/Dockerfile index e497ef4..b3098c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,8 @@ RUN ["chmod", "+x", "/run/qemu-ifup"] RUN ["chmod", "+x", "/run/qemu-ifdown"] RUN ["chmod", "+x", "/run/generate-dhcpd-conf"] -COPY extractor/lib* /run/extract/ -COPY extractor/scemd /run/extract/syno_extract_system_patch +COPY extract/lib* /run/extract/ +COPY extract/scemd /run/extract/syno_extract_system_patch COPY disks/template.img.xz /data/ diff --git a/extractor/libcurl.so.4 b/extract/libcurl.so.4 similarity index 100% rename from extractor/libcurl.so.4 rename to extract/libcurl.so.4 diff --git a/extractor/libmbedcrypto.so.5 b/extract/libmbedcrypto.so.5 similarity index 100% rename from extractor/libmbedcrypto.so.5 rename to extract/libmbedcrypto.so.5 diff --git a/extractor/libmbedtls.so.13 b/extract/libmbedtls.so.13 similarity index 100% rename from extractor/libmbedtls.so.13 rename to extract/libmbedtls.so.13 diff --git a/extractor/libmbedx509.so.1 b/extract/libmbedx509.so.1 similarity index 100% rename from extractor/libmbedx509.so.1 rename to extract/libmbedx509.so.1 diff --git a/extractor/libmsgpackc.so.2 b/extract/libmsgpackc.so.2 similarity index 100% rename from extractor/libmsgpackc.so.2 rename to extract/libmsgpackc.so.2 diff --git a/extractor/libsodium.so b/extract/libsodium.so similarity index 100% rename from extractor/libsodium.so rename to extract/libsodium.so diff --git a/extractor/libsynocodesign-ng-virtual-junior-wins.so.7 b/extract/libsynocodesign-ng-virtual-junior-wins.so.7 similarity index 100% rename from extractor/libsynocodesign-ng-virtual-junior-wins.so.7 rename to extract/libsynocodesign-ng-virtual-junior-wins.so.7 diff --git a/extractor/scemd b/extract/scemd similarity index 100% rename from extractor/scemd rename to extract/scemd