summaryrefslogtreecommitdiff
path: root/hurd.boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-20 22:49:03 +0000
committerRoland McGrath <roland@gnu.org>2001-08-20 22:49:03 +0000
commit4cee489c55e4f64f0cc14200641db8a6373f4834 (patch)
treed7b6dac6f3f52d9219f7022eaaa34050d453931b /hurd.boot
parent92936c6d22052d8864b45ff8a041326f3ad80f5f (diff)
2001-08-20 Roland McGrath <roland@frob.com>
* hurd.boot: Change --bootflags to --multiboot-command-line.
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 3ffbf039..844c6345 100644
--- a/hurd.boot
+++ b/hurd.boot
@@ -3,11 +3,11 @@
# First, the bootstrap filesystem. It needs several ports as arguments,
# as well as the user flags from the boot loader.
-/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)
+/hurd/ufs --multiboot-command-line=${kernel-command-line} --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;
+# 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.
/lib/ld.so /hurd/exec $(exec-task=task-create)