Merge pull request #3767 from joda17/patch-1

Add sleep before  creating filesystem
This commit is contained in:
Stefan Saraev 2015-01-10 19:54:21 +02:00
commit 67d75d1320

View File

@ -207,7 +207,8 @@ echo "#########################################################"
# tell kernel we have a new partition table
echo "telling kernel we have a new partition table..."
partprobe "$DISK"
sleep 1
# create filesystem
echo "creating filesystem on $PART1..."
mkfs.vfat "$PART1" -I -n System