summaryrefslogtreecommitdiff
path: root/hurd.boot
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-08-02 21:17:44 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-08-02 21:20:26 +0200
commit44a9bdd84236aa59d11b4fbc22732220b0bde9e5 (patch)
treeab4e4da88f39569a87bf0c5690c9ea3403a06c78 /hurd.boot
parentb4d90f14926247f087a719462a7c61e794afa489 (diff)
Use ext2fs instead of ufs in hurd.boot
* hurd.boot: Use /hurd/ext2fs instead of /hurd/ufs.
Diffstat (limited to 'hurd.boot')
-rw-r--r--hurd.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd.boot b/hurd.boot
index 844c6345..c3c08a9e 100644
--- a/hurd.boot
+++ b/hurd.boot
@@ -3,7 +3,7 @@
# First, the bootstrap filesystem. It needs several ports as arguments,
# as well as the user flags from the boot loader.
-/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)
+/hurd/ext2fs --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T device ${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