From 0bb2ef1a6380365f51f0c88c865f71defe6c9224 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Aug 1995 21:22:17 +0000 Subject: Use ${boot-args} preset variable. Use $(...) for action directives. --- hurd.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd.boot') 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) -- cgit v1.2.3