summaryrefslogtreecommitdiffstats
path: root/ruby/examples/create_disk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/examples/create_disk.rb')
-rw-r--r--ruby/examples/create_disk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/examples/create_disk.rb b/ruby/examples/create_disk.rb
index 32fb1171..fba85ff7 100644
--- a/ruby/examples/create_disk.rb
+++ b/ruby/examples/create_disk.rb
@@ -42,7 +42,7 @@ end
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")