mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
-I option used on mkfs.vfat for /dev/loop0 support
This commit is contained in:
parent
4b3717515c
commit
15bf3b423b
@ -206,7 +206,7 @@ echo "#########################################################"
|
||||
|
||||
# create filesystem
|
||||
echo "creating filesystem on $PART1..."
|
||||
mkfs.vfat "$PART1" -n System
|
||||
mkfs.vfat "$PART1" -I -n System
|
||||
|
||||
echo "creating filesystem on $PART2..."
|
||||
mkfs.ext4 "$PART2" -L Storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user