mirror of https://github.com/ventoy/Ventoy.git
Made CreatePersistentImg.sh non-interactive.
This commit is contained in:
parent
cb209f9b9e
commit
585920d04c
|
@ -114,7 +114,7 @@ if [ ! -z "$passphrase" ]; then
|
|||
freeloop="/dev/mapper/persist_decrypted"
|
||||
fi
|
||||
|
||||
mkfs -t $fstype $fsopt -L $label $freeloop
|
||||
yes | mkfs -t $fstype $fsopt -L $label $freeloop
|
||||
|
||||
sync
|
||||
|
||||
|
|
Loading…
Reference in New Issue