summaryrefslogtreecommitdiff
path: root/grub.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'grub.mdwn')
-rw-r--r--grub.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/grub.mdwn b/grub.mdwn
index d57f6231..60e668fe 100644
--- a/grub.mdwn
+++ b/grub.mdwn
@@ -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`