diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-16 01:37:50 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-16 01:37:50 +0200 |
| commit | adc4ee0534c0c32ec133e2b796979987f7a7c4c1 (patch) | |
| tree | 65f87b78f2e5c01ed24b70464396e3babbf3de20 /grub.mdwn | |
| parent | a942b6bb1dc7ffac0e09e30aff5b1a939886f218 (diff) | |
Update documentation to 64b ld.so
Diffstat (limited to 'grub.mdwn')
| -rw-r--r-- | grub.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,9 +29,11 @@ supports the multiboot standard, necessary to boot the Hurd. --device-master-port='${device-port}' \ --exec-server-task='${exec-task}' -T typed '${root}' \ '$(task-create)' '$(task-resume)' - module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)' + module /lib/ld-x86-64.so.1 exec /hurd/exec '$(exec-task=task-create)' } + * Use `ld.so.1` instead of `ld-x86-64.so.1` on 32b systems. + # syslinux' `mboot.c32` |
