diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-28 21:22:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-28 21:22:17 +0000 |
commit | 0bb2ef1a6380365f51f0c88c865f71defe6c9224 (patch) | |
tree | 2706056c321894262cd511d234308507fcbe4229 | |
parent | f9e0131559b629c913d55b9a7b3b72369cbd06c3 (diff) |
Use ${boot-args} preset variable.
Use $(...) for action directives.
-rw-r--r-- | hurd.boot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -ufs/ufs ${task-create} -af ${host-port} ${device-port} ${exec-task} ${root-device} ${task-resume} -exec/exec ${exec-task=task-create} +ufs/ufs ${boot-args} ${host-port} ${device-port} ${exec-task} ${root-device} $(task-create) $(task-resume) +exec/exec $(exec-task=task-create) |