-
- Downloads
gnu: Move helper code to (gnu system …) modules.
* gnu/packages/grub.scm (<menu-entry>, grub-configuration-file): Move to... * gnu/system/grub.scm: ... here. New file. * gnu/packages/linux.scm (<pam-service>, <pam-entry>, pam-service->configuration, pam-service->directory, %pam-other-services, unix-pam-service): Move to... * gnu/system/linux.scm: ... here. New file. * gnu/system/vm.scm (passwd-file): Move to... * gnu/system/shadow.scm: ... here. New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/system/{grub,linux,shadow}.scm.
Showing
- gnu-system.am 4 additions, 0 deletionsgnu-system.am
- gnu/packages/grub.scm 1 addition, 61 deletionsgnu/packages/grub.scm
- gnu/packages/linux.scm 1 addition, 117 deletionsgnu/packages/linux.scm
- gnu/system/grub.scm 84 additions, 0 deletionsgnu/system/grub.scm
- gnu/system/linux.scm 145 additions, 0 deletionsgnu/system/linux.scm
- gnu/system/shadow.scm 57 additions, 0 deletionsgnu/system/shadow.scm
- gnu/system/vm.scm 6 additions, 27 deletionsgnu/system/vm.scm
Loading
Please register or sign in to comment