Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/52-54-00-12-34-56.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:07:46 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:07:46 -0400
commit37e818b3d1a7b76d1bdc511876a2a30d7a7a32d1 (patch)
tree75e11aeefd8f16ee70d04eb3d8d2e1003304390b /profiles/52-54-00-12-34-56.py
parentd93ef24e8e080ab4c71366bfba0340d16f17524b (diff)
More manual fixes
Diffstat (limited to 'profiles/52-54-00-12-34-56.py')
-rw-r--r--profiles/52-54-00-12-34-56.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py
index d4fc3d07..758a4cc2 100644
--- a/profiles/52-54-00-12-34-56.py
+++ b/profiles/52-54-00-12-34-56.py
@@ -1,6 +1,6 @@
import archinstall
-import json
-import urllib.request
+# import json
+# import urllib.request
__packages__ = ['nano', 'wget', 'git']
@@ -27,7 +27,7 @@ with archinstall.Filesystem(harddrive) as fs:
with archinstall.luks2(harddrive.partition[1], 'luksloop', disk_password) as unlocked_device:
unlocked_device.format('btrfs')
-
+
with archinstall.Installer(
unlocked_device,
boot_partition=harddrive.partition[0],