diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-01 02:00:00 +0200 |
commit | 8959b1fd73211caa0f378e6d1127409cc6997be2 (patch) | |
tree | 7573a04af484a82b99486a34bf38f141066bcba4 | |
parent | 36635e6789d590c11e8669946bed3665644b52a8 (diff) |
XXX
-rw-r--r-- | gnu/system.scm | 2 | ||||
-rw-r--r-- | gnu/system/examples/bare-bones.tmpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 44f93f91d1..fba3338d9c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -576,7 +576,7 @@ The object has its kernel-arguments extended in order to make it bootable." (multiboot-modules (boot-parameters-multiboot-modules conf)) (multiboot? (pair? multiboot-modules))) (menu-entry - (label (boot-parameters-label conf)) + (label (pk (boot-parameters-label conf))) (device (boot-parameters-store-device conf)) (device-mount-point (boot-parameters-store-mount-point conf)) (linux (and (not multiboot?) kernel)) diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl index 7b6a4b09b0..bd6966999a 100644 --- a/gnu/system/examples/bare-bones.tmpl +++ b/gnu/system/examples/bare-bones.tmpl @@ -6,7 +6,9 @@ (use-service-modules networking ssh) (use-package-modules screen ssh) +(pk (command-line)) (operating-system + (label "XXX") (host-name "komputilo") (timezone "Europe/Berlin") (locale "en_US.utf8") |