ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] installkernel
@ 2001-01-03 11:31 Ivan Zakharyaschev
  2001-01-03 20:01 ` Dmitry V. Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Zakharyaschev @ 2001-01-03 11:31 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 236 bytes --]

	Здравствуйте!

У меня installkernel при установке ядра не создал правильный lilo.conf
из-за того, что значение $r_device было пустым.

Исправилось после небольшой правки скрипта (см. приложенный патч).

-- 
Best regards,
      Ivan Z.

[-- Attachment #2: diff -du on /sbin/installkernel --]
[-- Type: TEXT/PLAIN, Size: 361 bytes --]

--- installkernel.last	Wed Dec 27 04:50:01 2000
+++ installkernel	Wed Jan  3 14:22:44 2001
@@ -29,7 +29,7 @@
 
 my $arch = $Config{archname};
 my $boot ='/boot';
-(my $r_device = `rdev`) =~ s| .*|| if $arch =~ /^i.86.*/;
+(my $r_device = `/usr/sbin/rdev`) =~ s| .*|| if $arch =~ /^i.86.*/;
 
 my %optionconf;
 my $cfg_file = '/etc/sysconfig/kernel';

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

end of thread, other threads:[~2001-01-03 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-03 11:31 [devel] installkernel Ivan Zakharyaschev
2001-01-03 20:01 ` 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