Language issue

This commit is contained in:
Anton Hvornum 2021-04-14 13:26:14 +02:00 committed by GitHub
parent 3f101be225
commit 4e2c3c3dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
boot.format('vfat')
# Set the flat for encrypted to allow for encryption and then encrypt
# Set the flag for encrypted to allow for encryption and then encrypt
root.encrypted = True
root.encrypt(password=disk_password)