summaryrefslogtreecommitdiff
path: root/hurd.boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-28 21:22:17 +0000
committerRoland McGrath <roland@gnu.org>1995-08-28 21:22:17 +0000
commit0bb2ef1a6380365f51f0c88c865f71defe6c9224 (patch)
tree2706056c321894262cd511d234308507fcbe4229 /hurd.boot
parentf9e0131559b629c913d55b9a7b3b72369cbd06c3 (diff)
Use ${boot-args} preset variable.
Use $(...) for action directives.
Diffstat (limited to 'hurd.boot')
-rw-r--r--hurd.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd.boot b/hurd.boot
index 360de5be..ee991a33 100644
--- a/hurd.boot
+++ b/hurd.boot
@@ -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)