s/bootimg/aboot/i

This commit is contained in:
InsanePrawn 2022-02-06 20:36:11 +01:00
parent 1b71a686cd
commit 94cd4b8331
4 changed files with 12 additions and 12 deletions

View file

@ -171,7 +171,7 @@ def mount_chroot(rootfs_source: str, boot_src: str, chroot: Chroot):
chroot.mount(boot_src, '/boot', options=['defaults'])
def dump_bootimg(image_path: str) -> str:
def dump_aboot(image_path: str) -> str:
path = '/tmp/aboot.img'
result = subprocess.run([
'debugfs',