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 /unsorted/BuildingHurdLiveCD.mdwn | |
| parent | a942b6bb1dc7ffac0e09e30aff5b1a939886f218 (diff) | |
Update documentation to 64b ld.so
Diffstat (limited to 'unsorted/BuildingHurdLiveCD.mdwn')
| -rw-r--r-- | unsorted/BuildingHurdLiveCD.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unsorted/BuildingHurdLiveCD.mdwn b/unsorted/BuildingHurdLiveCD.mdwn index e2082268..a0830c77 100644 --- a/unsorted/BuildingHurdLiveCD.mdwn +++ b/unsorted/BuildingHurdLiveCD.mdwn @@ -49,6 +49,7 @@ That was the recipe for using a floppy image. If you use the `-t hd` switch of ` * `/hurd/iso9660fs.static` * `/hurd/exec` * `/lib/ld.so.1` +* `/lib/ld-x86-64.so.1` ## <a name="Contents_of_grub_conf"> Contents of grub.conf </a> @@ -63,7 +64,9 @@ That was the recipe for using a floppy image. If you use the `-t hd` switch of ` --host-priv-port=${host-port} --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. **_Note:_** The `root (cd)` line may prevent some computers from booting the livecd. |
