diff options
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/grub.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index ce146aba3c6..d8e888ff40f 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -647,11 +647,12 @@ below the directory TARGET for the system whose root is mounted at MOUNT-POINT. | |||
| 647 | MOUNT-POINT is the last argument in 'guix system init /etc/config.scm mnt/point' | 647 | MOUNT-POINT is the last argument in 'guix system init /etc/config.scm mnt/point' |
| 648 | or '/' for other 'guix system' commands. | 648 | or '/' for other 'guix system' commands. |
| 649 | 649 | ||
| 650 | TARGET is the target argument given to the bootloader-configuration in | 650 | Where TARGET comes from the targets argument given to the |
| 651 | bootloader-configuration in: | ||
| 651 | 652 | ||
| 652 | (operating-system | 653 | (operating-system |
| 653 | (bootloader (bootloader-configuration | 654 | (bootloader (bootloader-configuration |
| 654 | (target \"/boot\") | 655 | (targets '(\"/boot\")) |
| 655 | …)) | 656 | …)) |
| 656 | …) | 657 | …) |
| 657 | 658 | ||
