mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
32380cdbb1
commit
03daeaa70f
1 changed files with 4 additions and 4 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue