[PATCH pmbootstrap] pmb.install.format: Write boot mountpoint to log
Export this patch
From: Apollo3zehn <git@m1.apollo3zehn.net>
Thanks!
Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
---
pmb/install/format.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pmb/install/format.py b/pmb/install/format.py
index 6eebd1c6..e29806db 100644
--- a/pmb/install/format.py
+++ b/pmb/install/format.py
@@ -25,7 +25,7 @@ def format_and_mount_boot(args, device, boot_label):
filesystem = args.deviceinfo["boot_filesystem"] or "ext2"
install_fsprogs(args, filesystem)
logging.info(f"(native) format {device} (boot, {filesystem}), mount to"
- " mountpoint")
+ f" {mountpoint}")
if filesystem == "fat16":
pmb.chroot.root(args, ["mkfs.fat", "-F", "16", "-n", boot_label,
device])
--
2.38.5
pmbootstrap/patches/.build.yml: SUCCESS in 14m4s
[pmb.install.format: Write boot mountpoint to log][0] from [~apollo3zehn][1]
[0]: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/patches/48184
[1]: mailto:sourcehut@m1.apollo3zehn.net
✓ #1124047 SUCCESS pmbootstrap/patches/.build.yml https://builds.sr.ht/~postmarketos/job/1124047
Applied, thanks!
[1/1] pmb.install.format: Write boot mountpoint to log
commit: 09b4e5e33696c6ce704de5135e9f281d913625c9
Best regards