Current Guix, system reconfigure passed, but:

1. Mount/booting errors.
(file-systems (cons*
        (file-system
                (mount-point "/")
                (type "ext4")
                (device (file-system-label "my-root"))
                (options "defaults,noatime 0 1"))
        (file-system
                (mount-point "/home")
                (type "ext4")
                 (device (file-system-label "my-home"))
                (options "defaults,noatime 0 0"))
--------------------------------------------------------------------------

  "unrecognized mount option default or missing value" many times on
booting, nothing is mounted.

2. Mcron
https://www.gnu.org/software/guix/manual/en/guix.html#Scheduled-Job-Execution
- so, too, does not work: message "mcron-service deprecated, use
mcron-service-type instead"

3. Bulding locale.. this is the little things (only '.UTF-8', but not '.utf-8').

Reply via email to