ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] dev-minimal
  @ 2009-07-25 13:20 ` Michael Shigorin
  0 siblings, 0 replies; only message in thread
From: Michael Shigorin @ 2009-07-25 13:20 UTC (permalink / raw)
  To: Denis Smirnov; +Cc: devel

On Sat, Jul 25, 2009 at 03:01:32PM +0400, Denis Smirnov wrote:
> если в профиле в base есть dev-minimal -- то он отказывается
> устанавливаться (ругаясь на запущеный udevd). Есть ли способ
> устанавливать dev-minimal?

Нужен какой-то более надёжный тест, который не будет давать false
positive в чруте с примонтированным /proc, чем:

if [ -r /proc/mounts ]; then
        (while read dev mountpoint rest ; do
                [ "$mountpoint" != /dev ] || exit 1
        done
        exit 0 ) < /proc/mounts || [...]
fi

Кстати, ты прав -- давно надо было dev-minimal засунуть,
в отличие от остального он бывает весьма актуален.

Пошли в devel@.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-25 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-25 13:20 ` [devel] dev-minimal Michael Shigorin

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