Revision eb8e3364 snf-image-helper/tasks/10FixPartitionTable.in

b/snf-image-helper/tasks/10FixPartitionTable.in
33 33
    log_error "Device file:\`${SNF_IMAGE_DEV}' is not a block device"
34 34
fi
35 35

  
36
check_partition_table "$SNF_IMAGE_DEV"
37

  
36 38
if [ $(get_partition_count "$SNF_IMAGE_DEV") -eq 0 ]; then
37 39
    log_error "Device: \`${SNF_IMAGE_DEV}' does not contain any partition"
38 40
fi

Also available in: Unified diff