ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Bolshakov <sbolshakov@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] [I] propagator changes
Date: Sun, 02 Mar 2008 18:26:23 +0300
Message-ID: <m3ve45qh9c.fsf@hammer.lioka.obninsk.ru> (raw)


Приветствую.
Тут http://git.altlinux.org/people/sbolshakov/packages/propagator.git
выложена предварительная версия первой стадии наших инсталляторов,
c давно планировавшимся изменением, а именно -- запуском udevd.
Как следствие, весь изрядно устаревший код определения оборудования
из stage1 выкинут, логика определения оборудования теперь повторяет
оную в уже установленной системе.

Как это использовать: пакет теперь содержит заготовку initramfs,
/usr/lib/propagator/initfs, к которой достаточно добавить только
модули планируемого к использованию ядра и посолить-поперчить
всяческими мелочами вроде fbmngplay.

Проще говоря, в качестве initramfs ядру возможно скормить несколько
частей, каждая из которых представляет из себя гзипленный cpio-архив,
склеенных в один простым cat.

Таким образом, у нас может получиться следующая штука:
- редкоизменяемая часть из пакета propagator (initfs)
- определяемая ядром часть c модулями (modpack),
  в простейшем и заведомо избыточном случае получаемая как:
  find /lib/modules |cpio -oH newc | gzip -c > modpack
- прочая кастомизация: сплеш, .VERSION, и т.д. (custom)
складываем всё в кастрюльку: cat initfs modpack custom > full.cz

Осталось всего ничего -- обучить spt/mkimage всё это готовить.

Комментарии ?

-- 


             reply	other threads:[~2008-03-02 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-02 15:26 Sergey Bolshakov [this message]
2008-03-02 15:39 ` Alexey Gladkov
2008-03-02 16:50   ` Sergey Bolshakov
2008-03-02 17:32     ` Sergey Vlasov
2008-03-02 17:49       ` Sergey Bolshakov
2008-03-02 18:05         ` Sergey Vlasov
2008-03-03  7:47 ` Stanislav Ievlev

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=m3ve45qh9c.fsf@hammer.lioka.obninsk.ru \
    --to=sbolshakov@altlinux.ru \
    --cc=devel@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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git