summaryrefslogtreecommitdiffstats
path: root/ocaml/examples/create_disk.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/examples/create_disk.ml')
-rw-r--r--ocaml/examples/create_disk.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/examples/create_disk.ml b/ocaml/examples/create_disk.ml
index 4437b1c8..73d51e3f 100644
--- a/ocaml/examples/create_disk.ml
+++ b/ocaml/examples/create_disk.ml
@@ -44,7 +44,7 @@ let () =
g#mkfs "ext4" partitions.(0);
(* Now mount the filesystem so that we can add files. *)
- g#mount_options "" partitions.(0) "/";
+ g#mount partitions.(0) "/";
(* Create some files and directories. *)
g#touch "/empty";