]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/installer/main.c
installer: Bind-mount /sys/firmware/efi/efivars into chroot
[people/pmueller/ipfire-2.x.git] / src / installer / main.c
index bc0fdaa674a726ca467dda284cb0c05051c49305..fabc0ef524824a63c3f467f0d7e291f635f9d33a 100644 (file)
@@ -909,7 +909,7 @@ int main(int argc, char *argv[]) {
        }
 
        // Umount source drive and eject
-       hw_umount(SOURCE_MOUNT_PATH);
+       hw_umount(SOURCE_MOUNT_PATH, NULL);
 
        // Free downloaded ISO image
        if (strcmp(sourcedrive, SOURCE_TEMPFILE) == 0) {