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 5b4dd849656..6b5ff298e74 100644 --- a/gnu/bootloader/extlinux.scm +++ b/gnu/bootloader/extlinux.scm | |||
| @@ -28,7 +28,8 @@ | |||
| 28 | (define* (extlinux-configuration-file config entries | 28 | (define* (extlinux-configuration-file config entries |
| 29 | #:key | 29 | #:key |
| 30 | (system (%current-system)) | 30 | (system (%current-system)) |
| 31 | (old-entries '())) | 31 | (old-entries '()) |
| 32 | #:allow-other-keys) | ||
| 32 | "Return the U-Boot configuration file corresponding to CONFIG, a | 33 | "Return the U-Boot configuration file corresponding to CONFIG, a |
| 33 | <u-boot-configuration> object, and where the store is available at STORE-FS, a | 34 | <u-boot-configuration> object, and where the store is available at STORE-FS, a |
| 34 | <file-system> object. OLD-ENTRIES is taken to be a list of menu entries | 35 | <file-system> object. OLD-ENTRIES is taken to be a list of menu entries |
