summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)