Hi,

Jan Synacek <jsyna...@redhat.com> skribis:

> $ cat guix-os.scm
> (use-modules (gnu bootloader)
>            (gnu bootloader grub)
>            (gnu system file-systems))
>
> (operating-system
>   (host-name "jsynacek-guix-os")
>   (timezone "Europe/Prague")
>   (locale "en_US.utf8")
>   (bootloader
>     (bootloader-configuration
>       (bootloader grub-efi-bootloader)
>       (target "/dev/sdx")))
>   (file-systems
>     (list (file-system (mount-point "/home")
>                        (device "/dev/sda33")
>                        (type "ext4")))))

This OS lacks a root file system (which is no excuse for throwing a
backtrace, though!).

Ludo’.

Reply via email to