Made CreatePersistentImg.sh non-interactive.

This commit is contained in:
Gemtoo 2024-10-13 09:21:44 +00:00
parent cb209f9b9e
commit 585920d04c
No known key found for this signature in database
GPG Key ID: 254043A8C6181063
1 changed files with 1 additions and 1 deletions

View File

@ -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