guix-devel
[Top][All Lists]
Advanced

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

Re: GuixSD encrypted root?


From: Danny Milosavljevic
Subject: Re: GuixSD encrypted root?
Date: Sat, 23 Apr 2016 09:31:16 +0200

guix reconfigure works and doesn't hang if I add (mount? #f) and reboot and 
mount it manually, like:

>                        (file-system
>                         (device "/dev/mapper/dayas-sys")
>                         (mount-point "/x")
>                         (type "btrfs")
>                         (needed-for-boot? #f)
 (mount? #f)
>                         (dependencies (list dayas-sys)))
>                        %base-file-systems))



reply via email to

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