diff options
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/grub.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index 3a37f7f2947..e7414476f3e 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -446,9 +446,11 @@ when booting a root file system on a Btrfs subvolume." | |||
| 446 | (modules (menu-entry-multiboot-modules entry))) | 446 | (modules (menu-entry-multiboot-modules entry))) |
| 447 | #~(format port " | 447 | #~(format port " |
| 448 | menuentry ~s { | 448 | menuentry ~s { |
| 449 | ~a | ||
| 449 | multiboot ~a root=~a~a~a | 450 | multiboot ~a root=~a~a~a |
| 450 | }~%" | 451 | }~%" |
| 451 | #$label | 452 | #$label |
| 453 | #$(grub-root-search device kernel) | ||
| 452 | #$kernel | 454 | #$kernel |
| 453 | #$(device-name->hurd-device-name device-name #:disk disk) | 455 | #$(device-name->hurd-device-name device-name #:disk disk) |
| 454 | (string-join (list #$@arguments) " " 'prefix) | 456 | (string-join (list #$@arguments) " " 'prefix) |
