guix-devel
[Top][All Lists]
Advanced

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

Re: GuixSD 0.11.0 Install


From: Vincent Legoll
Subject: Re: GuixSD 0.11.0 Install
Date: Wed, 24 Aug 2016 12:32:03 +0200

>> (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

Are you sure ? I have similar setup (mount-by-label) and it is working, or
did I misunderstood you ?

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

This is in guixsd documentation 7.1.5:

Be sure that your partition labels match the value of their respective
device fields in your file-system configuration, assuming your file-system
configuration sets the value of title to 'label.

>>  (name "Marc")
>
> doesn't like capitalized user-names

Is that not enforced by "guix system" ?
maybe it should ?

-- 
Vincent Legoll



reply via email to

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