bug-guix
[Top][All Lists]
Advanced

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

bug#35175: Cannot reconfigure


From: Luther Thompson
Subject: bug#35175: Cannot reconfigure
Date: Sat, 6 Apr 2019 17:26:32 -0400

On Sat, 06 Apr 2019 20:44:45 +0000
address@hidden 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))
> 
> And then try to reconfigure.

I'm still getting the same error. The backtrace says the error happens
"In unknown file", so I suspect the problem is in an eval or macro
somewhere.

Luther





reply via email to

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