From fc6a3362fcd1003f937b91f7126f59ee60a612af Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 23:18:59 +0100 Subject: System configuration: rename bootloader to bootloader-record --- system-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-configuration.scm b/system-configuration.scm index 75f0d9e..9561a1b 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -105,7 +105,7 @@ (append system-services %desktop-services)) -(define bootloader +(define bootloader-record (bootloader-configuration (bootloader grub-bootloader) (targets '("/dev/sda")) (keyboard-layout keyboard-layout))) @@ -117,7 +117,7 @@ (users users) (packages packages) (services services) - (bootloader bootloader) + (bootloader bootloader-record) (swap-devices `(,(swap-space (target (uuid "73bed3f9-be07-40ad-a228-577cd24f2e1d"))))) (mapped-devices `(,(mapped-device (source (uuid "887ac37f-2919-41a0-a62a-e1ff5ea2d6cc")) (target "aisaka-root") -- cgit v1.2.3