diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-12-12 23:43:25 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-12-16 06:57:24 +0100 |
| commit | 8b31e425fa9e462dc7ca24020a932547a8934d98 (patch) | |
| tree | 40e3a82e7da31b7bf13f2c9c4c8bbed4441224f8 /deployment/systems/asakura.scm | |
| parent | ef6e8fdb4a0aa58ccb58b4282b1d732fb965e3e9 (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/asakura.scm')
| -rw-r--r-- | deployment/systems/asakura.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/asakura.scm b/deployment/systems/asakura.scm index bc00308..4571f83 100644 --- a/deployment/systems/asakura.scm +++ b/deployment/systems/asakura.scm @@ -120,7 +120,7 @@ (kernel nongnu:packages:linux:linux) (bootloader (bootloader)) (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) (initrd nongnu:system:linux-initrd:microcode-initrd) (firmware (list nongnu:packages:linux:linux-firmware)) |
