Language issue
This commit is contained in:
parent
3f101be225
commit
4e2c3c3dc7
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue