diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-24 21:24:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-24 21:24:29 +0000 |
commit | 81fd34e3902871a1521d3fa81d61363288d3435f (patch) | |
tree | 7dfebd6263bfa1989778ff1409daf93daa49de16 | |
parent | 1d67123c88fb8ded6ed018683fb893353e6ca2d1 (diff) |
Renamed back from hurd.boot.in.
Name ufs and ld.so as they will be found in an installed Hurd filesystem.
-rw-r--r-- | hurd.boot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,11 +3,11 @@ # First, the bootstrap filesystem. It needs several ports as arguments, # as well as the user flags from the boot loader. -ufs/ufs ${boot-args} ${host-port} ${device-port} ${exec-task} ${root-device} $(task-create) $(task-resume) +/hurd/ufs --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} --machdev ${root-device} $(task-create) $(task-resume) # Now the exec server; to load the dynamically-linked exec server program, # we have the boot loader in fact load and run ld.so, which in turn # loads and runs /hurd/exec. This task is created, and its task port saved # in ${exec-task} to be passed to the fs above, but it is left suspended; # the fs will resume the exec task once it is ready. -@exec_prefix@/lib/ld.so /hurd/exec $(exec-task=task-create) +/lib/ld.so /hurd/exec $(exec-task=task-create) |