mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
This fixes a circular dependency between (gnu system) and (gnu system linux-initrd), where the latter could end up being compiled before 'file-system-type' was defined as a macro. * gnu/system.scm (<file-system>, %fuse-control-file-system, %binary-format-file-system): Move to... * gnu/system/file-systems.scm: ... here. New file. * build-aux/hydra/demo-os.scm, gnu/system/linux-initrd.scm, gnu/system/vm.scm: Use it. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. |
||
|---|---|---|
| .. | ||
| file-systems.scm | ||
| grub.scm | ||
| linux-initrd.scm | ||
| linux.scm | ||
| shadow.scm | ||
| vm.scm | ||