diff options
Diffstat (limited to 'gnu/bootloader/extlinux.scm')
| -rw-r--r-- | gnu/bootloader/extlinux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm index 67b8815d406..0a1263aed72 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -37,7 +37,8 @@ | |||
| 37 | corresponding to old generations of the system." | 37 | corresponding to old generations of the system." |
| 38 | 38 | ||
| 39 | (define all-entries | 39 | (define all-entries |
| 40 | (append entries (bootloader-configuration-menu-entries config))) | 40 | (append entries (map menu-entry->boot-parameters |
| 41 | (bootloader-configuration-menu-entries config)))) | ||
| 41 | 42 | ||
| 42 | (define (boot-parameters->gexp params) | 43 | (define (boot-parameters->gexp params) |
| 43 | (let ((label (boot-parameters-label params)) | 44 | (let ((label (boot-parameters-label params)) |
