From 44a9bdd84236aa59d11b4fbc22732220b0bde9e5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 2 Aug 2012 21:17:44 +0200 Subject: Use ext2fs instead of ufs in hurd.boot * hurd.boot: Use /hurd/ext2fs instead of /hurd/ufs. --- hurd.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3