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 /hurd/running | |
| parent | a942b6bb1dc7ffac0e09e30aff5b1a939886f218 (diff) | |
Update documentation to 64b ld.so
Diffstat (limited to 'hurd/running')
| -rw-r--r-- | hurd/running/debian/CrossInstall.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/running/debian/CrossInstall.mdwn b/hurd/running/debian/CrossInstall.mdwn index 0f56a3e7..38a33040 100644 --- a/hurd/running/debian/CrossInstall.mdwn +++ b/hurd/running/debian/CrossInstall.mdwn @@ -45,7 +45,9 @@ When all packages have been extracted we must prepare [[GRUB]] for the Hurd when --device-master-port=${device-port} \ --exec-server-task=${exec-task} \ -T typed ${root} $(task-create) $(task-resume) - module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) + module /lib/ld-x86-64.so.1 /hurd/exec $(exec-task=task-create) + +Note: use `ld.so.1` instead of `ld-x86-64.so.1` on 32b systems. **_Nota Bene:_** In your menu file there should be no extra white space after the back slashes. |
