Searched refs:boot_part (Results 1 – 1 of 1) sorted by relevance
74 boot_part=$(echo "$gpart_show" | awk '$4 ~ /(bios|freebsd)-boot/ { print $3 }')75 if [ -n "$boot_part" ]; then78 for b in ${boot_part}; do