* [Comm] фон во время загрузки
@ 2005-06-17 19:17 Sergey Jusupov
2005-06-17 19:58 ` Eugene Ostapets
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Sergey Jusupov @ 2005-06-17 19:17 UTC (permalink / raw)
To: community
Еще один дурацкий вопрос ;)
Хочу поменять фоновый рисунок во время загрузки линукса.
Сделал так: взял рисунок c нужным разрешением
(/usr/share/splash/themes/Master/images/bootsplash-*), изменил его
(немного :)), старый сохранил под другим именем.
Все права, доступ и имя файла установил как следует.
Что получилось: при выключении компа - новый фон. При загрузке - старый.
Что я пропустил?
--
С уважением, Sergio.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] фон во время загрузки
2005-06-17 19:17 [Comm] фон во время загрузки Sergey Jusupov
@ 2005-06-17 19:58 ` Eugene Ostapets
2005-06-17 19:59 ` Yuri N. Glibovetz
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Eugene Ostapets @ 2005-06-17 19:58 UTC (permalink / raw)
To: community
17.06.05, Sergey Jusupov<s_jusupov mail.ru> написал(а):
> Еще один дурацкий вопрос ;)
>
> Что получилось: при выключении компа - новый фон. При загрузке - старый.
> Что я пропустил?
Пересоздание initrd :)
--
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] фон во время загрузки
2005-06-17 19:17 [Comm] фон во время загрузки Sergey Jusupov
2005-06-17 19:58 ` Eugene Ostapets
@ 2005-06-17 19:59 ` Yuri N. Glibovetz
2005-06-18 16:00 ` Sergey Jusupov
2005-06-20 11:12 ` Sergey Jusupov
3 siblings, 0 replies; 6+ messages in thread
From: Yuri N. Glibovetz @ 2005-06-17 19:59 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
Sergey Jusupov пишет:
> Что получилось: при выключении компа - новый фон. При загрузке - старый.
> Что я пропустил?
>
mkinitrd
--
Чудес не бывает - бывают только глюки...
Linux Registered User #387540
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=387540
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] фон во время загрузки
2005-06-17 19:17 [Comm] фон во время загрузки Sergey Jusupov
2005-06-17 19:58 ` Eugene Ostapets
2005-06-17 19:59 ` Yuri N. Glibovetz
@ 2005-06-18 16:00 ` Sergey Jusupov
2005-06-19 10:35 ` Pavel Vainerman
2005-06-20 11:12 ` Sergey Jusupov
3 siblings, 1 reply; 6+ messages in thread
From: Sergey Jusupov @ 2005-06-18 16:00 UTC (permalink / raw)
To: community
Сделал так:
#mkinitrd -fv /boot/initrd-2.4.26-std-up-alt6.img 2.4.26-std-up-alt6
Получил следующее:
mkinitrd: Generating module dependencies...
mkinitrd: ...done.
mkinitrd: Using modules:
/lib/modules/2.4.26-std-up-alt6/kernel/fs/jbd/jbd.o
/lib/modules/2.4.26-std-up-alt6/kernel/fs/ext3/ext3.o
Contents of linuxrc:
#!/bin/sh
/bin/insmod -f /lib/modules/2.4.26-std-up-alt6/kernel/fs/jbd/jbd.o
/bin/insmod -f /lib/modules/2.4.26-std-up-alt6/kernel/fs/ext3/ext3.o
mkinitrd: Inode count: 45
mkinitrd: Image size: 344K
mkinitrd: Created image from tree: /root/tmp/initrd.DBWuLa2422/tree -->
/root/tmp/initrd.DBWuLa2422/img
mkinitrd: Created romfs image file
mkinitrd: Installed ramdisk into /boot/initrd-2.4.26-std-up-alt6.img
mkinitrd: Added bootsplash
"/usr/share/splash/themes/current/config/bootsplash-1024x768.cfg" to the
/boot/initrd-2.4.26-std-up-alt6.img
Ramdisk size: 284K
Результат: загрузочная картиника отсутствует. Появилась стандартная
загрузка с пингвином :)
Что я сделал не так?
--
С уважением, Sergio.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] фон во время загрузки
2005-06-18 16:00 ` Sergey Jusupov
@ 2005-06-19 10:35 ` Pavel Vainerman
0 siblings, 0 replies; 6+ messages in thread
From: Pavel Vainerman @ 2005-06-19 10:35 UTC (permalink / raw)
To: community
18 Июнь 2005 20:00, Sergey Jusupov написал:
> Сделал так:
> #mkinitrd -fv /boot/initrd-2.4.26-std-up-alt6.img 2.4.26-std-up-alt6
Псле того как сделали это.
Запустите ещё:
splash -s
-f /etc/bootsplash/themes/AquaMatrix/config/bootsplash-<resolution>.cfg
>> /boot/initrd-<image>.img
P.S. Не забудте поставить сови "resolution" и "image"...
--
Павел Вайнерман
Eternity Software TEAM
http://www.etersoft.ru
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] фон во время загрузки
2005-06-17 19:17 [Comm] фон во время загрузки Sergey Jusupov
` (2 preceding siblings ...)
2005-06-18 16:00 ` Sergey Jusupov
@ 2005-06-20 11:12 ` Sergey Jusupov
3 siblings, 0 replies; 6+ messages in thread
From: Sergey Jusupov @ 2005-06-20 11:12 UTC (permalink / raw)
To: community
Всем спасибо, все работает :)
--
С уважением, Sergio.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-06-20 11:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-17 19:17 [Comm] фон во время загрузки Sergey Jusupov
2005-06-17 19:58 ` Eugene Ostapets
2005-06-17 19:59 ` Yuri N. Glibovetz
2005-06-18 16:00 ` Sergey Jusupov
2005-06-19 10:35 ` Pavel Vainerman
2005-06-20 11:12 ` Sergey Jusupov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git