mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user