index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-04-14 13:26:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 13:26:14 +0200 |
commit | 4e2c3c3dc79857d1d27137f935cb423a5e32c585 (patch) | |
tree | b78d3cfc05960ec0c4db2d74aaae6dc5b04652e2 | |
parent | 3f101be225d2ee282a4a6942fb6263f335911404 (diff) |
-rw-r--r-- | README.md | 2 |
@@ -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) |