From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 06/17] installer: Correctly umount main BTRFS partition. Date: Fri, 15 Mar 2024 20:14:31 +0100 Message-ID: <20240315191442.3951-7-stefan.schantl@ipfire.org> In-Reply-To: <20240315191442.3951-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9184484420605040514==" List-Id: --===============9184484420605040514== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- src/installer/hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/hw.c b/src/installer/hw.c index 420feaca7..205d40d21 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -916,7 +916,7 @@ int hw_create_btrfs_layout(const char* path, const char* = output) { } =20 // Umount the main BTRFS after subvolume creation. - r =3D hw_umount(path, 0); + r =3D hw_umount(DESTINATION_MOUNT_PATH, 0); =20 if (r) return r; --=20 2.39.2 --===============9184484420605040514==--