Esempio 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)
Esempio 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)