all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: David Craven <david@craven.ch>, Marc Dunivan <m971668@protonmail.com>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: GuixSD 0.11.0 Install
Date: Wed, 24 Aug 2016 11:31:33 +0100	[thread overview]
Message-ID: <87bn0i4fwa.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <CAL1_im=EWy4kxZVaN8DNo2G+aB21bKmEY2nZfWMKT61vd4FLDQ@mail.gmail.com>

David Craven <david@craven.ch> writes:

>> (device "my-root")
>
>> (device "my-boot")
>
> device should be a path to the device node and should look something
> like /dev/sda1 and /dev/sda2.
>
>> (title 'label)
>
>> (title 'label)
>
> remove these

(title 'label) instructs the boot routine to look for a partition or
device with filesystem label "my-root" or "my-boot" instead of a device
path. That works on my GuixSD at least:

  (file-systems (cons (file-system
                        (device "root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  reply	other threads:[~2016-08-24 10:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23  1:44 GuixSD 0.11.0 Install Marc Dunivan
2016-08-23 15:52 ` David Craven
2016-08-24  2:51   ` Marc Dunivan
2016-08-24  9:54     ` David Craven
2016-08-24 10:31       ` Marius Bakke [this message]
2016-08-24 10:32       ` Vincent Legoll
2016-08-24 10:39         ` David Craven
2016-08-24 11:19           ` David Craven
2016-08-30  3:33             ` Marc Dunivan
2016-08-31 21:14               ` Lowercase user names Ludovic Courtès
2016-08-31 21:22                 ` David Craven
2016-08-25 22:24 ` GuixSD 0.11.0 Install 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=87bn0i4fwa.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me \
    --to=mbakke@fastmail.com \
    --cc=david@craven.ch \
    --cc=guix-devel@gnu.org \
    --cc=m971668@protonmail.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.