Your message dated Fri, 15 Oct 2010 15:24:29 +0200
with message-id <[email protected]>
and subject line Re: Bug#433875: example preseed, grub info
has caused the Debian Bug report #433875,
regarding example preseed, grub info
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
433875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433875
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: installation-guide
Version: 20070319
Severity: wishlist
Due to the way grub does device ordering (see my comments sent to #283312),
I needed a way with preseeding to hard code the device that grub installs
to, rather than count on grub's (hd#) naming. The existing example preseed
file has the following:
#d-i grub-installer/bootdev string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
After reading the code I discovered that you can just as easily use a
device instead of the grub naming. Can you please add an additional example
to the example preseed file, maybe something like
# To hard code to a particular device:
#d-i grub-installer/bootdev string /dev/sda
Thanks,
--
Matt Taggart
[email protected]
--- End Message ---
--- Begin Message ---
On Thu, Jul 19, 2007 at 06:30:32PM -0700, Matt Taggart wrote:
> Package: installation-guide
> Version: 20070319
> Severity: wishlist
>
> Due to the way grub does device ordering (see my comments sent to #283312),
> I needed a way with preseeding to hard code the device that grub installs
> to, rather than count on grub's (hd#) naming. The existing example preseed
> file has the following:
>
> #d-i grub-installer/bootdev string (hd0,0)
> # To install grub to multiple disks:
> #d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
>
> After reading the code I discovered that you can just as easily use a
> device instead of the grub naming. Can you please add an additional example
> to the example preseed file, maybe something like
>
> # To hard code to a particular device:
> #d-i grub-installer/bootdev string /dev/sda
Added, thanks.
Kind regards,
Philipp Kern
signature.asc
Description: Digital signature
--- End Message ---