guix-devel
[Top][All Lists]
Advanced

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

Re: backtrace when building os


From: Ludovic Courtès
Subject: Re: backtrace when building os
Date: Fri, 19 Jun 2020 23:22:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Jan Synacek <jsynacek@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

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