summaryrefslogtreecommitdiff
path: root/guix/scripts/system.scm
AgeCommit message (Expand)Author
2018-03-15guix system: Add '--skip-checks'.Ludovic Courtès
2018-03-07linux-initrd: Factorize 'check-device-initrd-modules'.Ludovic Courtès
2018-03-02guix system: Check for the lack of modules in the initrd.Ludovic Courtès
2018-01-21services: shepherd: Make 'shepherd-configuration-file' non-monadic.Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
2017-12-22guix system: Check mapped devices upon 'init' and 'reconfigure'.Ludovic Courtès
2017-12-15scripts: system: Add --expression option.Mathieu Othacehe
2017-12-15bootloader: Factorize write-file-on-device.Mathieu Othacehe
2017-12-07scripts: All commands enable build hooks by default.Ludovic Courtès
2017-12-04bootloader: extlinux: Stop using dd binary.Mathieu Othacehe
2017-12-01guix system: 'init' displays a progress bar while copying.Ludovic Courtès
2017-12-01guix system: Simplify closure copy.Ludovic Courtès
2017-10-05guix system: Error out when passed a wrong file system UUID/label.Ludovic Courtès
2017-09-16guix system: Add 'search' command.Ludovic Courtès
2017-09-12guix system: Pretty-print device UUIDs.Ludovic Courtès
2017-09-01scripts: Remove 'max-silent-time' from the default options.Maxim Cournoyer
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target".Andy Wingo
2017-08-23gnu: scripts: Cleanup regarding "gnu system" bootloader devices.Andy Wingo
2017-07-28bootloader: Use <menu-entry> for the bootloader side.Danny Milosavljevic
2017-07-18guix system: Use "image.iso" as the name of ISO images.Ludovic Courtès
2017-07-03guix system: Add "--file-system-type" option.Danny Milosavljevic
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès
2017-06-10bootloader: Rename boot-name to bootloader-name.Mathieu Othacehe
2017-05-22Merge branch 'version-0.13.0'Marius Bakke
2017-05-21guix system: Don't warn about old distros for "guix system init".Ludovic Courtès
2017-05-21guix system: Increase image size for 'guix system vm'.Ludovic Courtès
2017-05-16scripts: system: Display bootloader name in "list-generations".Mathieu Othacehe
2017-05-16scripts: system: Adapt "switch-generation" to new bootloader API.Mathieu Othacehe
2017-05-16scripts: system: Adapt "init" to new bootloader API.Mathieu Othacehe
2017-05-16scripts: system: Adapt "reconfigure" to new bootloader API.Mathieu Othacehe
2017-05-16bootloader: Add extlinux support.Mathieu Othacehe
2017-05-10scripts: Warn about old distro.Ludovic Courtès
2017-05-05scripts: Remove profile-grub-entries.Danny Milosavljevic
2017-05-05system: grub: Use boot-parameters instead of menu-entry where possible.Danny Milosavljevic
2017-05-05scripts: Make boot-parameters label include generation number and time.Danny Milosavljevic
2017-05-05system: Introduce read-boot-parameters-file.Danny Milosavljevic
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-17scripts: system: Rename --no-grub option to --no-bootloader.Mathieu Othacehe
2017-04-16services: 'service-parameters' becomes 'service-value'.Ludovic Courtès
2017-04-15system: Make grub use <menu-entry> instead of <boot-parameters> again.Danny Milosavljevic
2017-04-15scripts: system: Introduce profile-boot-parameters.Danny Milosavljevic
2017-04-15scripts: system: Rename grub? and install-grub? to bootloader? and install-b...Mathieu Othacehe
2017-04-15system: Rename operating-system-grub.cfg to operating-system-bootcfg.Mathieu Othacehe
2017-04-15scripts: system: Back out operating-system-bootcfg change.Danny Milosavljevic
2017-04-15scripts: system: Move save-load-path-excursion and save-environment-excursion...Danny Milosavljevic
2017-04-15scripts: system: Move save-load-path-excursion and save-environment-excursion...Mathieu Othacehe
2017-04-06system: Support the --root option in 'guix system'.Chris Marusich
2016-12-05guix system: If the new system generation already exists, overwrite it.Chris Marusich
2016-11-19store: Add 'references*'.Ludovic Courtès
2016-11-08system: Use grub from bootloader configuration.Marius Bakke