diff options
Diffstat (limited to 'grub')
| -rw-r--r-- | grub/tftp_boot.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grub/tftp_boot.mdwn b/grub/tftp_boot.mdwn index a094f248..1a2f5848 100644 --- a/grub/tftp_boot.mdwn +++ b/grub/tftp_boot.mdwn @@ -33,4 +33,6 @@ The `menu.lst` can look something like this: --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. |
