scripts: system: Back out operating-system-bootcfg change.

Follow-up to 475e2ce211.

* guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg
change.
This commit is contained in:
Danny Milosavljevic 2017-04-15 13:49:37 +02:00
parent 32380cdbb1
commit 03daeaa70f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -622,7 +622,7 @@ output when building a system derivation, such as a disk image."
(operating-system-bootloader os))))
(grub.cfg (if (eq? 'container action)
(return #f)
(operating-system-bootcfg os
(operating-system-grub.cfg os
(if (eq? 'init action)
'()
(profile-grub-entries)))))