ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [git update] packages/spt: heads/master
  @ 2007-03-12 21:42 ` Konstantin A. Lepikhov
  2007-03-12 21:43   ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-12 21:42 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

Hi Dmitry!

Monday 12, at 09:25:24 PM you wrote:

<skip>
>  chroot_mkdev()
>  {
> -		# referenced in hasher-priv/makedev.c
> -		init_dev_list="console tty0 fb0 tty ptmx"
> -		for node in $init_dev_list; do
> -			hsh-fakedev -o root -r /dev/"$node" "$workdir" || Fatal 'Could not init devices.'
> +		# Described in /usr/share/doc/hasher-priv-*/DESIGN file.
> +		init_dev_list='console tty0 fb0 tty ptmx'
> +		for node in ${init_dev_list}; do
> +			hsh-fakedev $verbose $quiet ${number:+--number="$number"} -o root -r /dev/"$node" "$workdir" ||
> +				Fatal 'Failed to initialize devices.'
>  		done
с этим fb0 я сегодня наступил на граблю - в случае загрузки с vga=normal
его нет в host системе. Поэтому лучше всего его создавать руками как
обычный дивайс.

-- 
WBR et al.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [git update] packages/spt: heads/master
  2007-03-12 21:42 ` [devel] [git update] packages/spt: heads/master Konstantin A. Lepikhov
@ 2007-03-12 21:43   ` Dmitry V. Levin
  2007-03-12 21:51     ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2007-03-12 21:43 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

On Tue, Mar 13, 2007 at 12:42:06AM +0300, Konstantin A. Lepikhov wrote:
> Monday 12, at 09:25:24 PM you wrote:
> 
> <skip>
> >  chroot_mkdev()
> >  {
> > -		# referenced in hasher-priv/makedev.c
> > -		init_dev_list="console tty0 fb0 tty ptmx"
> > -		for node in $init_dev_list; do
> > -			hsh-fakedev -o root -r /dev/"$node" "$workdir" || Fatal 'Could not init devices.'
> > +		# Described in /usr/share/doc/hasher-priv-*/DESIGN file.
> > +		init_dev_list='console tty0 fb0 tty ptmx'
> > +		for node in ${init_dev_list}; do
> > +			hsh-fakedev $verbose $quiet ${number:+--number="$number"} -o root -r /dev/"$node" "$workdir" ||
> > +				Fatal 'Failed to initialize devices.'
> >  		done
> с этим fb0 я сегодня наступил на граблю - в случае загрузки с vga=normal
> его нет в host системе. Поэтому лучше всего его создавать руками как
> обычный дивайс.

Когда и зачем?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [git update] packages/spt: heads/master
  2007-03-12 21:43   ` Dmitry V. Levin
@ 2007-03-12 21:51     ` Konstantin A. Lepikhov
  2007-03-12 23:21       ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin A. Lepikhov @ 2007-03-12 21:51 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

Hi Dmitry!

Tuesday 13, at 12:43:44 AM you wrote:

> On Tue, Mar 13, 2007 at 12:42:06AM +0300, Konstantin A. Lepikhov wrote:
> > Monday 12, at 09:25:24 PM you wrote:
> > 
> > <skip>
> > >  chroot_mkdev()
> > >  {
> > > -		# referenced in hasher-priv/makedev.c
> > > -		init_dev_list="console tty0 fb0 tty ptmx"
> > > -		for node in $init_dev_list; do
> > > -			hsh-fakedev -o root -r /dev/"$node" "$workdir" || Fatal 'Could not init devices.'
> > > +		# Described in /usr/share/doc/hasher-priv-*/DESIGN file.
> > > +		init_dev_list='console tty0 fb0 tty ptmx'
> > > +		for node in ${init_dev_list}; do
> > > +			hsh-fakedev $verbose $quiet ${number:+--number="$number"} -o root -r /dev/"$node" "$workdir" ||
> > > +				Fatal 'Failed to initialize devices.'
> > >  		done
> > с этим fb0 я сегодня наступил на граблю - в случае загрузки с vga=normal
> > его нет в host системе. Поэтому лучше всего его создавать руками как
> > обычный дивайс.
> 
> Когда и зачем?
в chroot_mkdev. А вот зачем он там нужен, это вопрос - его никто из
stage1 не требует. Видимо, рудимент от hasher ;)


-- 
WBR et al.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [git update] packages/spt: heads/master
  2007-03-12 21:51     ` Konstantin A. Lepikhov
@ 2007-03-12 23:21       ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2007-03-12 23:21 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

On Tue, Mar 13, 2007 at 12:51:05AM +0300, Konstantin A. Lepikhov wrote:
> Tuesday 13, at 12:43:44 AM you wrote:
> > On Tue, Mar 13, 2007 at 12:42:06AM +0300, Konstantin A. Lepikhov wrote:
> > > Monday 12, at 09:25:24 PM you wrote:
> > > 
> > > <skip>
> > > >  chroot_mkdev()
> > > >  {
> > > > -		# referenced in hasher-priv/makedev.c
> > > > -		init_dev_list="console tty0 fb0 tty ptmx"
> > > > -		for node in $init_dev_list; do
> > > > -			hsh-fakedev -o root -r /dev/"$node" "$workdir" || Fatal 'Could not init devices.'
> > > > +		# Described in /usr/share/doc/hasher-priv-*/DESIGN file.
> > > > +		init_dev_list='console tty0 fb0 tty ptmx'
> > > > +		for node in ${init_dev_list}; do
> > > > +			hsh-fakedev $verbose $quiet ${number:+--number="$number"} -o root -r /dev/"$node" "$workdir" ||
> > > > +				Fatal 'Failed to initialize devices.'
> > > >  		done
> > > с этим fb0 я сегодня наступил на граблю - в случае загрузки с vga=normal
> > > его нет в host системе. Поэтому лучше всего его создавать руками как
> > > обычный дивайс.
> > 
> > Когда и зачем?
> в chroot_mkdev. А вот зачем он там нужен, это вопрос - его никто из
> stage1 не требует. Видимо, рудимент от hasher ;)

В своё время fb0 мне заказывал Mouse.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-12 23:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-12 21:42 ` [devel] [git update] packages/spt: heads/master Konstantin A. Lepikhov
2007-03-12 21:43   ` Dmitry V. Levin
2007-03-12 21:51     ` Konstantin A. Lepikhov
2007-03-12 23:21       ` Dmitry V. Levin

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