summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-27 00:06:46 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-27 00:12:40 +0200
commitb25937e318f0cfc43a4dded2fd9dca759bfc4ea1 (patch)
tree18c9d1af798e7a8ad96ab8fad3462d47deb9a83e /gnu/system.scm
parentf01efec09a1eaa5308493eee830e827caf494eb4 (diff)
downloadpatches-b25937e318f0cfc43a4dded2fd9dca759bfc4ea1.tar
patches-b25937e318f0cfc43a4dded2fd9dca759bfc4ea1.tar.gz
guix system: Add 'reconfigure' action.
* guix/scripts/system.scm (%system-profile): New variable. (switch-to-system, previous-grub-entries): New procedures. (unless-file-not-found): New macro. (show-help): Add 'reconfigure'. (guix-system): Handle it. * gnu/system.scm: Export 'operating-system-activation-script'. * doc/guix.texi (Invoking guix system): Document it.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 0b62350c63..9872bb49f3 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -59,6 +59,7 @@
operating-system-timezone
operating-system-locale
operating-system-file-systems
+ operating-system-activation-script
operating-system-derivation
operating-system-profile