diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-08-02 21:17:44 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-08-02 21:20:26 +0200 |
commit | 44a9bdd84236aa59d11b4fbc22732220b0bde9e5 (patch) | |
tree | ab4e4da88f39569a87bf0c5690c9ea3403a06c78 /hurd.boot | |
parent | b4d90f14926247f087a719462a7c61e794afa489 (diff) | |
download | hurd-44a9bdd84236aa59d11b4fbc22732220b0bde9e5.tar.gz hurd-44a9bdd84236aa59d11b4fbc22732220b0bde9e5.tar.bz2 hurd-44a9bdd84236aa59d11b4fbc22732220b0bde9e5.zip |
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.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |