From: Alexey Gladkov <gladkov.alexey@gmail.com> To: make-initrd@lists.altlinux.org Subject: Re: [make-initrd] make-initrd-plymouth Date: Wed, 10 Jan 2024 15:33:14 +0000 Message-ID: <ZZ64ujKJv250vQj5@example.org> (raw) In-Reply-To: <8a6b5776-6df5-4b18-a0f3-acafcc9ba7d6@basealt.ru> On Wed, Jan 10, 2024 at 09:57:48PM +0700, Антон Мидюков wrote: > 10.01.2024 21:42, Alexey Gladkov пишет: > > On Wed, Jan 10, 2024 at 12:08:40PM +0700, Антон Мидюков wrote: > >> Доброго времени суток > >> > >> В новом plymouth [1] вместо /usr/lib64/plymouth/label.so теперь две библиотеки: > >> /usr/lib64/plymouth/label-freetype.so > >> /usr/lib64/plymouth/label-pango.so > >> > >> У нас в /usr/share/make-initrd/features/plymouth/rules.mk прописано: > >> $(PLYMOUTH_LIBDIR)/details.so \ > >> $(PLYMOUTH_LIBDIR)/text.so \ > >> $(PLYMOUTH_LIBDIR)/label.so \ > >> $(PLYMOUTH_LIBDIR)/renderers/drm.so \ > >> $(PLYMOUTH_LIBDIR)/renderers/frame-buffer.so \ > >> > >> Может стоит прекратить экономить копейки и всю $(PLYMOUTH_LIBDIR)/ паковать в initrd? > > > > Я тоже не в восторге от текущей необходимости знать устройство plymouth и > > угадывать, что нужно для упаковываемой конфигурации. > > > > Быстро посмотрев, меня в этой идее смущает лишь > > > > /usr/lib64/plymouth/renderers/x11.so > > > > из plymouth-devel. Если у пользователя будет стоять этот пакет, то в > > initrd приедет libgdk-3.so.0 и libgtk-3.so.0 со всеми зависимостями. > > > > Мы этот модуль не собираем (вот я это и не учёл). Да, такого в initrd не надо. $ rpmquery -pl plymouth-devel-22.02.122-alt3.20221016.x86_64.rpm |grep /x11.so /usr/lib64/plymouth/renderers/x11.so Он есть в сизифе по крайней мере сейчас. > Тогда можно так: > $(wildcard $(PLYMOUTH_LIBDIR)/*.so) \ > $(PLYMOUTH_LIBDIR)/renderers/drm.so \ > $(PLYMOUTH_LIBDIR)/renderers/frame-buffer.so \ Я бы сделал так, хотя по сути тоже самое: PLYMOUTH_EXCLUDE_RENDERERS ?= $(PLYMOUTH_LIBDIR)/renderers/x11.so PLYMOUTH_PACK_FILES += \ $(wildcard $(PLYMOUTH_LIBDIR)/*.so) \ $(filter-out $(PLYMOUTH_EXCLUDE_RENDERERS),$(wildcard $(PLYMOUTH_LIBDIR)/renderers/*.so)) -- Rgrds, legion
next prev parent reply other threads:[~2024-01-10 15:33 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-01-10 5:08 Антон Мидюков 2024-01-10 14:42 ` Alexey Gladkov 2024-01-10 14:57 ` Антон Мидюков 2024-01-10 15:33 ` Alexey Gladkov [this message] 2024-01-10 15:56 ` Антон Мидюков 2024-01-10 16:07 ` Alexey Gladkov 2024-01-10 16:08 ` Антон Мидюков 2024-01-10 16:20 ` 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=ZZ64ujKJv250vQj5@example.org \ --to=gladkov.alexey@gmail.com \ --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