Searched refs:bootblk (Results 1 – 1 of 1) sorted by relevance
31 bootblk=/usr/mdec/gptmbr.bin277 atf_set "require.files" "$bootblk"283 local bootsz="$(ls -l "$bootblk" | awk '{ print $5 }')"284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"285 silence cmp "$bootblk" bootblk