all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: Rene <ikhuuma@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: create a symlink
Date: Sat, 9 Mar 2019 09:22:14 +0100	[thread overview]
Message-ID: <20190309092214.2cef348d@scratchpost.org> (raw)
In-Reply-To: <cucbm2l3w9i.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]

Hi Rene,

On Fri, 08 Mar 2019 15:13:13 -0600
Rene <ikhuuma@gmail.com> wrote:

> Danny Milosavljevic <dannym@scratchpost.org> writes:
> 
> >
> > What is supposed to load the "/hurd" that would be created ?
> >  
> 
> After starting GNU Mach microkernel, the hurd translators are required to start
> the operating system.
> 
> At the moment all components like gnumach, hurd servers point to /hurd.
> 
> Maybe there is a way to avoid links?

I see.  I ask because usually the part that loads that can be adapted and
is also a better place to do the adaption in the first place--instead of
hard-coding "/hurd".  After all, we want eventually to have the ability
to roll back the system by selecting a previous generation in the
bootloader menu again.  That doesn't work all that well with the "/hurd"
link.

But as far as I understand, you boot Debian/Hurd or something and then
it loads Guix, right?

In that case, we can understand the GNU Mach microkernel as a bootloader
(from our vantage point) and thus emit the /hurd link in the "bootloader"
configuration.  It's not that clean, but it works (sans rollback, though).

Cleaner would be to also boot Guix's gnumach microkernel.

It seems that https://www.gnu.org/software/hurd/grub.html documents
how to get grub to boot mach and then hurd--and it seems that there, the
paths are specified.

It should be easy to adapt gnu/bootloader/grub.scm's grub-configuration-file
to emit those and then reconfigure.

(Later, we could add "multiboot" and "modules" to <menu-entry> in
gnu/bootloader.scm)

However, it's a dangerous part to modify since this part cannot be rolled
back easily.  So don't make a typo ;)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2019-03-09  8:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08 21:13 create a symlink Rene
2019-03-09  8:22 ` Danny Milosavljevic [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-28  1:54 Rene
2019-04-03  7:12 ` Chris Marusich
2019-03-12 20:57 Rene
2019-03-13 11:25 ` Danny Milosavljevic
2019-03-13 14:52 ` Ludovic Courtès
2019-03-25 23:06   ` Danny Milosavljevic
2018-04-19  2:54 Rene
2018-04-19  6:26 ` Danny Milosavljevic
2018-04-19 21:23   ` Joshua Branson
2018-04-21 14:31   ` Rene
2018-04-27  5:20   ` Rene
2018-04-27 15:08     ` Danny Milosavljevic
2019-03-07 22:11       ` Rene
2019-03-08  8:15         ` Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190309092214.2cef348d@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    --cc=ikhuuma@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.