This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
3
2
[PATCH pmbootstrap] pmb.install.format: Write boot mountpoint to log
From: Apollo3zehn <git@m1.apollo3zehn.net>
---
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] build success
On Fri Dec 29, 2023 at 1:23 PM CET, ~apollo3zehn wrote:
> 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
On Fri, 29 Dec 2023 13:23:58 +0100, ~apollo3zehn wrote:
>
Applied, thanks!
[1/1] pmb.install.format: Write boot mountpoint to log
commit: 09b4e5e33696c6ce704de5135e9f281d913625c9
Best regards,
--
Oliver Smith <ollieparanoid@postmarketos.org >