index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-03-12 11:30:32 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-03-12 11:30:32 +0530 |
commit | 850fd2efa812508e2df67aa2b50cff8820389a0d (patch) | |
tree | 172e2a1be18feeaccff3b9ee2cde10c045951259 /profiles | |
parent | e2aeb3a32faa397db899f4105a16f31a095387be (diff) |
-rw-r--r-- | profiles/52-54-00-12-34-56.py | 2 |
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py index 679c6721..ed2c9d78 100644 --- a/profiles/52-54-00-12-34-56.py +++ b/profiles/52-54-00-12-34-56.py @@ -11,7 +11,7 @@ archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', suppress_error harddrive = archinstall.all_disks()['/dev/sda'] disk_password = '1234' -with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: +with archinstall.Filesystem(harddrive) as fs: # Use the entire disk instead of setting up partitions on your own fs.use_entire_disk('luks2') |