Make-initrd development discussion
 help / color / mirror / Atom feed
From: "Антон Мидюков" <antohami@basealt.ru>
To: make-initrd@lists.altlinux.org
Subject: Re: [make-initrd] make-initrd-plymouth
Date: Wed, 10 Jan 2024 21:57:48 +0700
Message-ID: <8a6b5776-6df5-4b18-a0f3-acafcc9ba7d6@basealt.ru> (raw)
In-Reply-To: <ZZ6s3JX3gn-G8SAB@example.org>

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 не надо.
Тогда можно так:
         $(wildcard $(PLYMOUTH_LIBDIR)/*.so) \
         $(PLYMOUTH_LIBDIR)/renderers/drm.so \
         $(PLYMOUTH_LIBDIR)/renderers/frame-buffer.so \

-- 
С уважением, Антон Мидюков <antohami@basealt.ru>



  reply	other threads:[~2024-01-10 14:57 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   ` Антон Мидюков [this message]
2024-01-10 15:33     ` Alexey Gladkov
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=8a6b5776-6df5-4b18-a0f3-acafcc9ba7d6@basealt.ru \
    --to=antohami@basealt.ru \
    --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