mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 01:08:28 +02:00
installer: Bind-mount /sys/firmware/efi/efivars into chroot
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Acked-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
27944cdc4a
commit
ced15fdfaf
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user