help-guix
[Top][All Lists]
Advanced

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

Re: Upgrade errors, Re: Upgrade errors


From: Pierre Neidhardt
Subject: Re: Upgrade errors, Re: Upgrade errors
Date: Sat, 04 Aug 2018 10:33:22 +0200
User-agent: mu4e 1.0; emacs 26.1

I haven't tested but at first glance I would say that the target of the
mapped-device and the root filesystem device don't match: one is "root-part" and
the other is (file-system-label "root-fs").

According to the example in the manual ("(guix) Using the Configuration
System"), you should replace

        (file-system-label "root-fs")

with

  "root-part"

Also watch out with those `cons', you should use `cons*' or `list' if someday
you'd like to add more than one element.
-- 
Pierre Neidhardt

Attachment: signature.asc
Description: PGP signature


reply via email to

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