summaryrefslogtreecommitdiff
path: root/deployment/systems/akashi.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-12-12 23:43:25 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-12-16 06:57:24 +0100
commit8b31e425fa9e462dc7ca24020a932547a8934d98 (patch)
tree40e3a82e7da31b7bf13f2c9c4c8bbed4441224f8 /deployment/systems/akashi.scm
parentef6e8fdb4a0aa58ccb58b4282b1d732fb965e3e9 (diff)
systems: export default label generation to (sovereign systems)
It is not possible to otherwise construct a nice-looking definition of a system label. That is because of a restriction by a lexical scope requirement. The gnu:system:operating-system-default-label funciton is instead called in (sovereign systems) module. * deployment/systems/aisaka.scm (operating-system): do this. * deployment/systems/akashi.scm (operating-system): do this. * deployment/systems/asakura.scm (operating-system): do this. * deployment/systems/cokolwiek.scm (operating-system): do this. * deployment/systems/mcdowell.scm (operating-system): do this. * deployment/systems/rakan.scm (operating-system): do this.
Diffstat (limited to 'deployment/systems/akashi.scm')
-rw-r--r--deployment/systems/akashi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm
index 03e188b..896f2f6 100644
--- a/deployment/systems/akashi.scm
+++ b/deployment/systems/akashi.scm
@@ -76,7 +76,7 @@
gnu:system:%default-kernel-arguments))
(bootloader (machines:thinkpad-x200:bootloader-configuration* keyboard-layout*))
(label (sovereign:systems:operating-system-label* host-name*
- (gnu:system:operating-system-default-label gnu:system:this-operating-system)))
+ gnu:system:this-operating-system))
(keyboard-layout keyboard-layout*)
(host-name host-name*)
(file-systems (file-systems))