ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Gladkov <legion@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: [devel] initrd: root=SOURCE=foobar
Date: Fri, 25 Jan 2019 10:54:32 +0100
Message-ID: <20190125095432.GA3870@MacBook-PC.fortress> (raw)

Привет!

В make-initrd 2.2.8 появилась возможность смонтировать корень не дожидаясь
какого-то эвента (иногда это бессмысленно). Старые добрые параметры root=,
rootflags=, rootfstype= всё также задают параметры корня из cmdline, но
теперь префикс root=SOURCE=... указывает на то, чтобы initrd попытался
смонтировать корень как можно скорее.

Данную фичу я использую для монтирования 9p внутри qemu при тестировании.
Вот пример конфигурации:

qemu \
  -fsdev "local,id=virtfs-0,path=/path/to/rootfs,security_model=none" \
  -device "virtio-9p-pci,fsdev=virtfs-0,mount_tag=rootfs" \
  -append "root=SOURCE=rootfs rootflags=rw,trans=virtio,version=9p2000.L rootfstype=9p"

-- 
Rgrds, legion



                 reply	other threads:[~2019-01-25  9:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190125095432.GA3870@MacBook-PC.fortress \
    --to=legion@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