~postmarketos/pmbootstrap

09b4e5e33696c6ce704de5135e9f281d913625c9 — Apollo3zehn 9 months ago 1020ea1
pmb.install.format: Write boot mountpoint to log

Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C170397557240.20130.18133458588122463459-0@git.sr.ht%3E
1 files changed, 1 insertions(+), 1 deletions(-)

M pmb/install/format.py
M pmb/install/format.py => pmb/install/format.py +1 -1
@@ 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])