grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH,HURD] Fix GNU/Hurd menu entry generation


From: Robert Millan
Subject: Re: [PATCH,HURD] Fix GNU/Hurd menu entry generation
Date: Mon, 26 Oct 2009 02:48:48 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Oct 26, 2009 at 02:40:01AM +0100, Samuel Thibault wrote:
> +      mach_device="`echo "${GRUB_DEVICE}" | tr -d '()' | tr , s`"
> [...]
> +mach_device="`echo "${GRUB_DEVICE}" | tr -d '()' | tr , s`"
>  
>  for i in /hurd/${hurd_fs}.static /hurd/exec ; do
>    if test -e "$i" ; then
> @@ -73,7 +74,7 @@
>  EOF
>  prepare_grub_to_access_device ${GRUB_DEVICE} | sed -e "s/^/\t/"
>  cat << EOF
> -     multiboot ${kernel} root=device:${GRUB_DEVICE}
> +     multiboot ${kernel} root=device:${mach_device}

I think you missunderstand what GRUB_DEVICE is (not surprising, because the
variable name is quite misleading).  Did you observe wrong entry generation
in grub-mkconfig?

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]