From: Alexey Gladkov <legion@kernel.org> To: make-initrd@lists.altlinux.org Subject: [make-initrd] initramfs with libsystemd-shared.so Date: Thu, 5 Dec 2024 15:57:36 +0100 Message-ID: <Z1G_YFHAOQTCYkqw@example.org> (raw) Привет! Обратил внимание, что у меня создаётся образ через чур большого размера. После некоторого расследования выяснил, что виноват b68f4cade4 ("dissect: add --make-archive option to convert DDI to tarball") из репозитория systemd. Он добавляет опциональную зависимость на libarchive, который в свою очередь вытягивает libstdc++.so.6 и libxml2.so.2 и много чего ещё. Поскольку initrd-put умеет и по умолчанию кладёт все зависимости, то в образ приезжает libarchive. Обрабатывать такие зависимости необходимо потому что среди них теперь libkmod. Есть костыль, который позволит избавиться от такой зависимости. $ diff -U0 /etc/initrd.mk.{before,after} --- /etc/initrd.mk.before 2024-12-05 15:11:08.042256261 +0100 +++ /etc/initrd.mk.after 2024-12-05 15:12:07.735018593 +0100 @@ -11,0 +12,2 @@ + +IGNORE_PUT_DLOPEN_FEATURE = archive $ make-initrd -D -c /etc/initrd.mk.before ... [00:00:56] Unpacked size: 246M [00:00:56] Image size: 75M ... $ make-initrd -D -c /etc/initrd.mk.after ... [00:00:45] Unpacked size: 194M [00:00:45] Image size: 63M ... К сожалению, эти переменные не учитывают имя бинарника, где требуется выключить зависимость по имени или приоритету. Я пока не придумал как это адекватно описывать. К счастью такие опциональные зависимости сейчас есть только у одной библиотеки libsystemd-shared.so . -- Rgrds, legion
next reply other threads:[~2024-12-05 14:57 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-12-05 14:57 Alexey Gladkov [this message] 2024-12-10 17:13 ` Alexey Gladkov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Z1G_YFHAOQTCYkqw@example.org \ --to=legion@kernel.org \ --cc=make-initrd@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Make-initrd development discussion This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/make-initrd/0 make-initrd/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 make-initrd make-initrd/ http://lore.altlinux.org/make-initrd \ make-initrd@lists.altlinux.org make-initrd@lists.altlinux.ru make-initrd@lists.altlinux.com public-inbox-index make-initrd Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.make-initrd AGPL code for this site: git clone https://public-inbox.org/public-inbox.git