View | Details | Raw Unified | Return to bug 25754
Collapse All | Expand All

(-)src/release/picobsd.new/build/picobsd (-1 / +1 lines)
Lines 610-616 Link Here
610
    dd if=/dev/zero of=${imgname} count=${imgsize} bs=1k 2> /dev/null
610
    dd if=/dev/zero of=${imgname} count=${imgsize} bs=1k 2> /dev/null
611
    dd if=${boot1}  of=${imgname} conv=notrunc 2> /dev/null
611
    dd if=${boot1}  of=${imgname} conv=notrunc 2> /dev/null
612
612
613
    vnconfig -c vn${VNUM} ${imgname} || fail $? no_vnconfig
613
    vnconfig -c -s labels vn${VNUM} ${imgname} || fail $? no_vnconfig
614
}
614
}

Return to bug 25754