do not show dd

This commit is contained in:
Tobias Powalowski 2009-07-15 17:03:37 +02:00
parent dcc38d51d0
commit 372649c583

View file

@ -1671,7 +1671,7 @@ autoprepare() {
printk off
DIALOG --infobox "Partitioning $DEVICE" 0 0
# clean partitiontable to avoid issues!
dd if=/dev/zero of=$DEVICE bs=512 count=1 2>&1 >/dev/null
dd if=/dev/zero of=$DEVICE bs=512 count=1 >/dev/null 2>&1
sfdisk $DEVICE -uM >$LOG 2>&1 <<EOF
$sfdisk_input
EOF