OBS User unknown
2008-03-06 01:36:51 +00:00
committed by Git OBS Bridge
parent 3c15755877
commit 3a23990c80
60 changed files with 11208 additions and 891 deletions

View File

@@ -567,7 +567,7 @@ else # Deal with block devices
fi
echo "Copying from source block device ($BOOTIMAGE) to the new target device ($DOMU_ROOTDEV)"
echo "(This may take a few minutes!)"
if ! dd if=$BOOTIMAGE of=$DOMU_ROOTDEV
if ! dd if=$BOOTIMAGE of=$DOMU_ROOTDEV bs=4K
then
echo "Failed to copy from $BOOTIMAGE to $DOMU_ROOTDEV" >&2
exit 1