bug-hurd
[Top][All Lists]
Advanced

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

Re: update-grub2


From: Carl Fredrik Hammar
Subject: Re: update-grub2
Date: Tue, 9 Feb 2010 14:30:14 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

On Tue, Feb 09, 2010 at 11:41:25AM +0100, Jakub Daniel wrote:
> It's been some time since I last attempted to run Hurd.. Now I installed
> hurd under kvm and found out that the networking actually worked in it.. so
> I happily installed grub2 from repositories but unfortunately unlike last
> time the update-grub script did not work. It started to complain about not
> having /proc/mounts. How can I work this around, please?

I figured out a way to fool it:

  settrans -g /proc
  ln -s /etc/fstab /proc/mounts
  update-grub
  settrans /proc /hurd/procfs

This shuts down procfs for the duration of update-grub, but that didn't
give me any troubles.  Also /etc/fstab must atleast contain the root fs.

Regards,
  Fredrik




reply via email to

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