s/bootimg/aboot/i
This commit is contained in:
parent
1b71a686cd
commit
94cd4b8331
4 changed files with 12 additions and 12 deletions
2
image.py
2
image.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue