summaryrefslogtreecommitdiff
path: root/guix/scripts/system.scm
AgeCommit message (Expand)Author
2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems).David Thompson
2015-06-10guix system: init: Overwrite the items in the target store.Ludovic Courtès
2015-06-08guix: Clean up --help messages.Alex Kost
2015-05-25guix system: Add '--on-error'.Ludovic Courtès
2015-05-24guix system: init: Copy the closure of 'grub.cfg', not that of the system.Ludovic Courtès
2015-05-24guix system: Always add zero previous entries in grub.cfg for 'init'.Ludovic Courtès
2015-05-24guix system: init: Make sure the target is root-owned.Ludovic Courtès
2015-05-21ui: Deduplicate 'show-what-to-build*'.David Thompson
2015-05-20ui: Factorize user-provided Scheme file loading.David Thompson
2015-04-07ui: Add 'report-load-error'.Ludovic Courtès
2015-02-26ui: Factorize command-line + env. var. option parsing.Ludovic Courtès
2015-02-24guix system: Honor '--no-grub'.Ludovic Courtès
2015-01-22guix system: Improve error messages.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store.Ludovic Courtès
2014-12-07guix system: Fix typo affecting 'guix system init'.Ludovic Courtès
2014-12-06guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli
2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root.Ludovic Courtès
2014-12-04guix system: Factorize 'grub-install' error handling, and use more 'mbegin'.Ludovic Courtès
2014-12-02guix system: Use 'mbegin' for 'install'.Ludovic Courtès
2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli
2014-11-21guix system: Add '--share' and '--expose' options for 'vm'.Ludovic Courtès
2014-11-11guix system: Decorate GRUB entries of old generations with date and number.Ludovic Courtès
2014-11-08vm: Fix 'vm --full-boot' to produce a sufficient disk image.Ludovic Courtès
2014-11-08vm: Support 'guix system vm --full-boot'.Ludovic Courtès
2014-09-12activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.Ludovic Courtès
2014-09-03Move operating system helpers from (guix build …) to (gnu build …).Ludovic Courtès
2014-07-23guix system: Protect against changes to $PATH when activating the system.Ludovic Courtès
2014-07-23guix system: Fix type error in 'reconfigure'.Ludovic Courtès
2014-07-20guix system: Factorize 'copy-closure'.Ludovic Courtès
2014-07-18guix system: init: Always use /var/guix as the target state directory.Ludovic Courtès
2014-07-14guix system: reconfigure: Always use "/" as GRUB's target file system.Ludovic Courtès
2014-07-13guix system: Fix return value for 'reconfigure'.Ludovic Courtès
2014-07-13guix system: Convert to monadic style.Ludovic Courtès
2014-07-08guix system: Add '--system' option.Ludovic Courtès
2014-06-27system: Install /var/guix/profiles/system-1-link on new systems.Ludovic Courtès
2014-06-27guix system: Add 'reconfigure' action.Ludovic Courtès
2014-06-27guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès
2014-06-24guix system: Gracefully handle 'install-grub' errors.Ludovic Courtès
2014-06-19guix system: 'init' makes sure the target store directory exists.Ludovic Courtès
2014-05-22guix system: Add 'disk-image' action.Ludovic Courtès
2014-05-19guix system: Check whether we are installing to /.Ludovic Courtès
2014-05-19guix system: Factorize out closure copy.Ludovic Courtès
2014-05-19guix system: 'guix system init' installs GRUB by default.Ludovic Courtès
2014-05-18guix system: Add 'init' sub-command.Ludovic Courtès
2014-05-16guix system: Add 'build' action.Ludovic Courtès
2014-04-09guix system: Add 'vm-image' action and '--image-size' option.Ludovic Courtès
2014-04-05hydra: Add 'qemu-image' job.Ludovic Courtès
2014-02-19gnu: Introduce the (gnu services ...) modules.Ludovic Courtès
2014-02-18Add 'guix system'.Ludovic Courtès