summaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2020-06-06system: 'system-linux-image-file-name' takes an optional parameter.Ludovic Courtès
2020-05-29bootloader: grub: Rename the btrfs-subvolume-file-name parameter.Maxim Cournoyer
2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume.Maxim Cournoyer
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-05system: vm: Move operating-system-uuid.Mathieu Othacehe
2020-05-02Merge branch 'master' into core-updatesMarius Bakke
2020-05-01system: Blacklist usbkbd kernel module in default kernel-arguments.Florian Pelz
2020-05-01system: Blacklist usbmouse kernel module in default kernel-arguments.Florian Pelz
2020-04-30Merge branch 'master' into core-updatesMarius Bakke
2020-04-26services: system: Initial entries are non-monadic.Ludovic Courtès
2020-04-26system: 'operating-system-directory-base-entries' uses 'profile'.Ludovic Courtès
2020-04-23Merge branch 'master' into core-updatesMarius Bakke
2020-04-22system: Automatically adjust linux-module packages to use theDanny Milosavljevic
2020-04-22system: Split %BASE-PACKAGES in smaller parts.Brice Waegeneire
2020-04-22system: 'operating-system-boot-parameters-file' uses 'scheme-file'.Ludovic Courtès
2020-04-21Revert "system: Don’t create a module database when no modules are available."Ludovic Courtès
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-04-04system: Don’t create a module database when no modules are available.Ivan Kozlov
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-23system: Export 'operating-system-kernel-loadable-modules'.Brice Waegeneire
2020-03-22system: Add kernel-loadable-modules to operating-system.Danny Milosavljevic
2020-03-20system: Switch to Guile 3.0.Marius Bakke
2020-03-18Merge branch 'master' into core-updatesMarius Bakke
2020-03-17gnu: system: Export %sudoers-specification.Maxim Cournoyer
2020-03-10Merge branch 'master' into core-updatesMarius Bakke
2020-03-08system: Export 'operating-system' missing fields.Brice Waegeneire
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-03-02file-systems: Add a 'file-system-device->string' procedure.Maxim Cournoyer
2020-02-11system: Stop using canonical-package.Mathieu Othacehe
2020-01-12system: Drop net-tools from %BASE-PACKAGES (replaced by iproute2).Simon Josefsson
2020-01-08system: Use the udev-enabled util-linux variant.Marius Bakke
2019-12-07services: Add 'provenance-service-type'.Ludovic Courtès
2019-12-01system: vm: Support cross-compilation.Mathieu Othacehe
2019-10-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-10-06system: Add 'mount' and 'umount' to '%setuid-programs'.Ludovic Courtès
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>.Ludovic Courtès
2019-07-16system: Write the timezone to /etc/timezone.Timothy Sample
2019-05-15system: Add 'operating-system-with-gc-roots'.Ludovic Courtès
2019-05-10system: Export 'operating-system-default-essential-services'.Ludovic Courtès
2019-04-27system: Add boot file systems to /etc/fstab.Ludovic Courtès
2019-04-25system: Add guile-readline and guile-colorized to %BASE-PACKAGES.Ludovic Courtès
2019-04-22system: Change default kernel-arguments to '("quiet").Christopher Baines
2019-04-15system: Add 'label' field to <operating-system>.Ludovic Courtès
2019-04-14system: Remove "beta" from GRUB menu entries.Ludovic Courtès
2019-03-30system: Define 'this-operating-system'.Ludovic Courtès
2019-03-25system: Add 'essential-services' field to <operating-system>.Ludovic Courtès
2019-03-24system: Initialize console keyboard layout in the initrd.Ludovic Courtès
2019-03-22system: Fix misleading comments.Ludovic Courtès
2019-01-17gnu: Add graphical installer support.Mathieu Othacehe