summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 40dd302..c61abbe 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -1016,9 +1016,9 @@ installFilesystems(dialogMenuItem *self)
iov[1].iov_base = "devfs";
iov[1].iov_len = strlen(iov[1].iov_base) + 1;
iov[2].iov_base = "fspath";
- iov[1].iov_len = strlen(iov[2].iov_base) + 1;
+ iov[2].iov_len = strlen(iov[2].iov_base) + 1;
iov[3].iov_base = "/mnt/dev";
- iov[1].iov_len = strlen(iov[3].iov_base) + 1;
+ iov[3].iov_len = strlen(iov[3].iov_base) + 1;
i = nmount(iov, 4, 0);
if (i) {
OpenPOWER on IntegriCloud