ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Ivan Zakharyaschev <vanyaz@mccme.ru>
To: <devel@linux.iplabs.ru>
Subject: [devel] installkernel
Date: Wed, 3 Jan 2001 14:31:45 +0300 (MSK)
Message-ID: <Pine.LNX.4.31L.0101031346490.1010-200000@zephyrous.ru> (raw)

[-- 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';

             reply	other threads:[~2001-01-03 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-03 11:31 Ivan Zakharyaschev [this message]
2001-01-03 20:01 ` Dmitry V. Levin

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=Pine.LNX.4.31L.0101031346490.1010-200000@zephyrous.ru \
    --to=vanyaz@mccme.ru \
    --cc=devel@linux.iplabs.ru \
    /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