summaryrefslogtreecommitdiff
path: root/unsorted/BuildingHurdLiveCD.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted/BuildingHurdLiveCD.mdwn')
-rw-r--r--unsorted/BuildingHurdLiveCD.mdwn5
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.