HidingCherry / ansible-archlinux-encrypted-root

ansible script to install a fully encrypted archlinux system
GNU Affero General Public License v3.0
1 stars 0 forks source link

TODO: change partitions variables to use names #6

Open HidingCherry opened 2 years ago

HidingCherry commented 2 years ago

I use part_infos.partitions[1] instead of e.g. part_infos.partitions['rootfs'] - that's badly readable.