diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:56:31 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:33 +0200 |
| commit | 816a5ecdc8286f3c26abfb1f1e7cab04b6b21803 (patch) | |
| tree | 75e9c965deec7eedfccbfb795868ac8f0183a3bd /gnu/bootloader | |
| parent | 1555d1d80185a14820abf8b0284f26edc72aab5a (diff) | |
bootloader: grub: Fix typo in docstring.
* gnu/bootloader/grub.scm (install-grub-efi-netboot): Fix typo.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/grub.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index 13ee695909e..ce146aba3c6 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -666,7 +666,7 @@ relatively form MOUNT-POINT/TARGET/SUBDIR/grub.cfg to | |||
| 666 | MOUNT-POINT/boot/grub/grub.cfg, and the second symlink points relatively from | 666 | MOUNT-POINT/boot/grub/grub.cfg, and the second symlink points relatively from |
| 667 | MOUNT-POINT/TARGET/%store-prefix to MOUNT-POINT/%store-prefix. | 667 | MOUNT-POINT/TARGET/%store-prefix to MOUNT-POINT/%store-prefix. |
| 668 | 668 | ||
| 669 | It is important to note that these symlinks need to be relativ, as the absolute | 669 | It is important to note that these symlinks need to be relative, as the absolute |
| 670 | paths on the TFTP server side are unknown. | 670 | paths on the TFTP server side are unknown. |
| 671 | 671 | ||
| 672 | It is also important to note that both symlinks will point outside the TFTP root | 672 | It is also important to note that both symlinks will point outside the TFTP root |
