unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
blob d100bd6dd8894aecfab8e1b04fc6beac9cf7dbc9 764 bytes (raw)
name: gnu/system/examples/bare-hurd.tmpl 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
;; -*-scheme-*-

;; This is an operating system configuration template
;; for a "bare bones" setup, with no X11 display server.

(use-modules (gnu) (gnu system hurd) (guix utils))

(define %hurd-os
  (operating-system
    (inherit %hurd-default-operating-system)
    (bootloader (bootloader-configuration
                 (bootloader grub-minimal-bootloader)
                 (target "/dev/sdX")))
    (file-systems (cons (file-system
                          (device (file-system-label "my-root"))
                          (mount-point "/")
                          (type "ext2"))
                        %base-file-systems))
    (host-name "guixygnu")
    (timezone "GNUrope")
    (packages %base-packages/hurd)
    (services %base-services/hurd)))

%hurd-os

debug log:

solving d100bd6dd8 ...
found d100bd6dd8 in https://yhetil.org/guix-bugs/20200604135914.4499-7-janneke@gnu.org/

applying [1/1] https://yhetil.org/guix-bugs/20200604135914.4499-7-janneke@gnu.org/
diff --git a/gnu/system/examples/bare-hurd.tmpl b/gnu/system/examples/bare-hurd.tmpl
new file mode 100644
index 0000000000..d100bd6dd8

Checking patch gnu/system/examples/bare-hurd.tmpl...
Applied patch gnu/system/examples/bare-hurd.tmpl cleanly.

index at:
100644 d100bd6dd8894aecfab8e1b04fc6beac9cf7dbc9	gnu/system/examples/bare-hurd.tmpl

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).