summaryrefslogtreecommitdiff
path: root/guix/scripts/system.scm
AgeCommit message (Expand)Author
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
2016-11-06system: Add 'guix system' actions: switch-generation and roll-back....Chris Marusich
2016-11-06system: Optionally limit the entries returned by profile-grub-entries....Chris Marusich
2016-11-06system: Rename previous-grub-entries to profile-grub-entries....Chris Marusich
2016-10-30system: Record store file system info in each generation....Chris Marusich
2016-10-06guix system: Return two values when failing to talk to shepherd....Ludovic Courtès
2016-09-24system: grub.cfg uses correct file names when store is not in root partition....Carlos Sánchez de La Lama
2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....Ludovic Courtès
2016-08-31guix system: Do not unload services depended on....Ludovic Courtès
2016-08-31guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'....Ludovic Courtès
2016-08-31guix system: Extract and test the service upgrade procedure....Ludovic Courtès
2016-08-31services: herd: Provide <live-service> objects....Ludovic Courtès
2016-08-28guix scripts: Disable grafting on dry runs....Roel Janssen
2016-08-20system: Fix 'guix system' when root fs is named by UUID....Mark H Weaver
2016-08-02guix system: Fix the Shepherd error handling fix....Ludovic Courtès
2016-08-02guix system: Properly report Shepherd errors when upgrading services....Ludovic Courtès
2016-07-12gexp: Remove more uses of #:modules....Ludovic Courtès
2016-05-04services: herd: Move UI handling to 'guix system'....Ludovic Courtès
2016-04-29guix system: Reduce size of image produced for 'vm' action....Ludovic Courtès
2016-03-28guix system: Warn against missing 'guix pull'....Ludovic Courtès
2016-03-08guix system: Write the GC root on the target file system....Ludovic Courtès
2016-03-02guix build: Move '--no-grafts' to the common build options....Ludovic Courtès
2016-02-25guix system: Restore load path after running the activation script....Ludovic Courtès
2016-02-05guix system: Simply warn if we cannot talk to the shepherd....Ludovic Courtès
2016-02-03guix system: 'reconfigure' loads and starts new services....Ludovic Courtès
2016-01-29guix system: Rename 'dmd-graph' to 'shepherd-graph'....Alex Kost
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost