unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 35175@debbugs.gnu.org
Subject: bug#35175: Cannot reconfigure
Date: Mon, 08 Apr 2019 16:46:44 +0200	[thread overview]
Message-ID: <878swkwo4r.fsf@gnu.org> (raw)
In-Reply-To: <20190408125414.2b023d08@scratchpost.org> (Danny Milosavljevic's message of "Mon, 8 Apr 2019 12:54:14 +0200")

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> On Sat, 06 Apr 2019 20:44:45 +0000
> znavko@disroot.org wrote:
>
>> This is not a bug, but your config is wrong here:
>> 
>>   (file-systems
>>    (cons
>>     (file-system (device "my-root")
>> 		 (mount-point "/")
>> 		 (type "ext4")
>> 		 (title 'label))
>>     %base-file-systems))
>> 
>> Delete string  `(title 'label)` and leave like this:
>> 
>>   (file-systems
>>    (cons
>>     (file-system (device "my-root")
>> 		 (mount-point "/")
>> 		 (type "ext4"))
>>     %base-file-systems))
>
> ... why?
>
> I use (title 'label) for more than a year and it works fine.

As a side note, ‘title’ has been deprecated for a year or so.  You
should now write:

  (file-system
    (device (file-system-label "my-root"))
    (mount-point "/")
    (type "ext4"))

See <https://gnu.org/s/guix/manual/en/html_node/File-Systems.html>.

Ludo’.

  reply	other threads:[~2019-04-08 14:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 19:34 bug#35175: Cannot reconfigure Luther Thompson
2019-04-06 20:44 ` znavko
2019-04-06 21:26   ` Luther Thompson
2019-04-07  8:15   ` znavko
2019-04-07 11:02     ` Luther Thompson
2019-04-08 10:54   ` Danny Milosavljevic
2019-04-08 14:46     ` Ludovic Courtès [this message]
2019-04-08 23:27     ` Luther Thompson
2019-04-07 16:25 ` Ludovic Courtès
2019-04-07 21:27   ` Luther Thompson

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=878swkwo4r.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=35175@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).