mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #3767 from joda17/patch-1
Add sleep before creating filesystem
This commit is contained in:
commit
67d75d1320
@ -207,7 +207,8 @@ echo "#########################################################"
|
|||||||
# tell kernel we have a new partition table
|
# tell kernel we have a new partition table
|
||||||
echo "telling kernel we have a new partition table..."
|
echo "telling kernel we have a new partition table..."
|
||||||
partprobe "$DISK"
|
partprobe "$DISK"
|
||||||
|
sleep 1
|
||||||
|
|
||||||
# create filesystem
|
# create filesystem
|
||||||
echo "creating filesystem on $PART1..."
|
echo "creating filesystem on $PART1..."
|
||||||
mkfs.vfat "$PART1" -I -n System
|
mkfs.vfat "$PART1" -I -n System
|
||||||
|
Loading…
x
Reference in New Issue
Block a user