mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-24 06:05:58 -05:00
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
Block a user