diff options
Diffstat (limited to 'release/bfloppy2.boot')
-rw-r--r-- | release/bfloppy2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/bfloppy2.boot b/release/bfloppy2.boot index 8408d396..943d76d4 100644 --- a/release/bfloppy2.boot +++ b/release/bfloppy2.boot @@ -4,7 +4,7 @@ # First, the bootstrap filesystem. It needs several ports as arguments, # as well as the user flags from the boot loader. -/hurd/ext2fs.static --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tgunzip:device ${root-device} $(task-create) $(prompt-task-resume) +/hurd/ext2fs.static --sync=2 --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -Tgunzip:device ${root-device} $(task-create) $(prompt-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 |