Bug#197334: marked as done (grub.info gives incorrect information about grub-install)

Debian Bug Tracking System owner at bugs.debian.org
Sat Dec 10 20:18:07 UTC 2005


Your message dated Sat, 10 Dec 2005 20:53:25 +0100
with message-id <439B3235.9080106 at groenstue.dk>
and subject line Fixed in 0.97
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Jun 2003 01:35:39 +0000
>From pme at devphil.com Fri Jun 13 20:35:38 2003
Return-path: <pme at devphil.com>
Received: from adsl-66-72-131-161.dsl.dytnoh.ameritech.net (fenric.devphil.com) [66.72.131.161] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 19QzxC-0000jf-00; Fri, 13 Jun 2003 20:35:38 -0500
Received: (qmail 10817 invoked by uid 1000); 14 Jun 2003 01:35:37 -0000
Date: Fri, 13 Jun 2003 21:35:37 -0400
From: Phil Edwards <pme at devphil.com>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: grub.info gives incorrect information about grub-install
Message-ID: <20030614013537.GA10804 at fenric>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.10.1
User-Agent: Mutt/1.5.4i
Delivered-To: submit at bugs.debian.org
X-Spam-Status: No, hits=-11.3 required=4.0
	tests=HAS_PACKAGE,USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_06_10
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_10 (1.174.2.15-2003-03-30-exp)

Package: grub
Version: 0.93+cvs20030224-2
Severity: normal

"info grub-install" includes the following:

#   `--grub-shell=FILE'
#        Use FILE as the grub shell. You can append arbitrary options to
#        FILE after the file name, like this:
#
#         grub-install --grub-shell="grub --read-only" /dev/fd0

This does not work:

    [~]# grub-install --grub-shell="grub --read-only" /dev/fd0
    grub --read-only: Not found.
    [~]# grub-install --grub-shell='grub --read-only' /dev/fd0
    grub --read-only: Not found.



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux fenric 2.4.20-fenric3 #1 SMP Fri May 23 18:39:18 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages grub depends on:
ii  libc6                     2.3.1-17       GNU C Library: Shared libraries an
ii  libncurses5               5.3.20030510-1 Shared libraries for terminal hand

-- no debconf information


---------------------------------------
Received: (at 197334-done) by bugs.debian.org; 10 Dec 2005 19:53:18 +0000
>From edlund at groenstue.dk Sat Dec 10 11:53:18 2005
Return-path: <edlund at groenstue.dk>
Received: from qlink.queensu.ca ([130.15.126.18])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1ElAmS-00061J-Qg
	for 197334-done at bugs.debian.org; Sat, 10 Dec 2005 11:53:18 -0800
Received: from [130.15.19.216] (iva.ece.queensu.ca [130.15.19.216])
	by qlink.queensu.ca (8.12.10/8.12.10) with ESMTP id jBAJrFTB017387
	for <197334-done at bugs.debian.org>; Sat, 10 Dec 2005 14:53:16 -0500 (EST)
Message-ID: <439B3235.9080106 at groenstue.dk>
Date: Sat, 10 Dec 2005 20:53:25 +0100
From: Kristian Edlund <edlund at groenstue.dk>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051017)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: 197334-done at bugs.debian.org
Subject: Fixed in 0.97
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

I can't reproduce the error in 0.97-1 version of grub

:~# grub-install --grub-shell="grub --read-only" /dev/fd0
grub: Not found.

since grub is not a filename changed to

:~# grub-install --grub-shell="/sbin/grub --read-only" /dev/fd0
/dev/fd0 does not have any corresponding BIOS drive.

so it reads --read-only as supposed.

I'm closing this bug then, fell free to reopen it if you disagree.

Kristian



More information about the Pkg-grub-devel mailing list