guix/gnu
Lilah Tascheter b52e2a33f8
gnu: bootloader: Add device-subvol field to menu-entry record.
* gnu/bootloader.scm (menu-entry-device-subvol): Add and export field.
(normalize-file): Add procedure.
(device->sexp): Match device-subvol and include in S-expression.
(sexp->menu-entry): Try match device-subvol and include in menu-entry.
* gnu/system/boot.scm (boot-parameters->menu-entry): Add device-subvol
value to menu-entry.

Change-Id: I3654d160f7306bb45a78b82ea6b249ff4281f739
2024-10-08 10:36:37 -04:00
..
bootloader gnu: bootloader: Add orangepi-zero2w bootloader. 2024-10-08 10:36:34 -04:00
build file-systems: Add support for exFAT. 2024-09-01 02:00:00 +02:00
home home: xdg-mime-applications: Fix file name spelling. 2024-09-29 22:21:34 +08:00
installer installer: Create ext4 file systems with ‘-O large_dir’. 2024-08-31 19:06:38 +02:00
machine Encapsulate <boot-parameters> to retain generation, system-path and epoch. 2024-10-08 10:36:35 -04:00
packages gnu: bootloader: Add orangepi-zero2w bootloader. 2024-10-08 10:36:34 -04:00
services services: Extend udev rules in joycond-service-type. 2024-10-07 01:20:22 +09:00
system gnu: bootloader: Add device-subvol field to menu-entry record. 2024-10-08 10:36:37 -04:00
tests gnu: tests: reconfigure: Remove bootloader install test. 2024-10-08 10:36:36 -04:00
artwork.scm
bootloader.scm gnu: bootloader: Add device-subvol field to menu-entry record. 2024-10-08 10:36:37 -04:00
ci.scm
compression.scm compression: Enable zstd parallel compression. 2024-08-31 10:44:22 +02:00
home.scm
image.scm
installer.scm installer: Use the latest ‘iso-codes’. 2024-09-28 12:55:54 +02:00
local.mk Move <boot-parameters> record to a separate file. 2024-10-08 10:36:34 -04:00
machine.scm
packages.scm
services.scm services: cleanup: Reintroduce explicit ‘chmod’ calls. 2024-09-25 17:53:53 +02:00
system.scm gnu: system: Remove useless boot parameters. 2024-10-08 10:36:36 -04:00
tests.scm