Your message dated Fri, 23 Mar 2007 14:33:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line grub-install doesnt install on /dev/cciss/c0d0
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)
--- Begin Message ---
Package: grub
Version: 0.97-23
Severity: important
Tags: patch
in grub-install there is a regular expression that strips the partition
from the dev supplied
/dev/cciss/c0d0p1 = 1
if you supply /dev/cciss/c0d0 howover it supplies the whole device, when
the code expects an empty string.
replace
-e 's%.*c[0-7]d[0-9]*p%%' \
with
-e 's%.*c[0-7]d[0-9]*p*%%' \
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages grub depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libncurses5 5.5-5 Shared libraries for terminal hand
grub recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.97-26
Fixed now in the latest upload.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--- End Message ---