summaryrefslogtreecommitdiffstats
path: root/src/cmd/installer-pc.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-17 14:05:11 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-17 14:05:11 (EST)
commitb8f8662d9b895cd32b05d755d2b33997ecdb6ffb (patch)
treec4858feed195df9258285a03adbdb7eefdc3dc54 /src/cmd/installer-pc.sh
parent6d334b40f46fec7bb54e3bd68c1e0ceb8eb33de2 (diff)
cmd/*: Return 0 on success
Diffstat (limited to 'src/cmd/installer-pc.sh')
-rw-r--r--src/cmd/installer-pc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/installer-pc.sh b/src/cmd/installer-pc.sh
index 0a87b88..f118eae 100644
--- a/src/cmd/installer-pc.sh
+++ b/src/cmd/installer-pc.sh
@@ -89,6 +89,8 @@ cmd_installer_pc_main()
fi
block_umount "${root}"
+
+ return 0
}
cmd_installer_pc_make_partition_and_fs()