Exemplo n.º 1
0
def finalise_recovery():
    '''finalise the recovery image'''
    try:
        finalise_boot_recovery('recovery.img')
    except Exception as e:
        logerror('recovery::finalise_recovery ',e,1)
Exemplo n.º 2
0
def finalise_boot():
    '''pack up boot.img'''
    try:
        finalise_boot_recovery('boot.img')
    except Exception as e:
        logerror('boot::finalise_boot ' ,e,1)