Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/
Daddpreseed.sh17 start_block=$(/sbin/fdisk -l "$orig_iso" | fgrep "$orig_iso"2 | \
21 if test "$start_block" -gt 0 -a "$block_count" -gt 0 2>/dev/null
23 dd if="$orig_iso" bs=512 skip="$start_block" count="$block_count" \