Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-08 06:06:04 +0000
committerGitHub <noreply@github.com>2021-04-08 06:06:04 +0000
commit8d4e0922876ee375733b82a40c4c0a06d45251b6 (patch)
treedadea82281bf072f23ac6688fd6efb4db2893feb
parenteb5795b7db1d9583fa6a62a780b17f3fc0d9260a (diff)
parent09b4e5bbc04ffe65053ac65b22c46e196c318bcd (diff)
Merge pull request #228 from dylanmtaylor/patch-1
Make the minimal installation example use the minimal profile instead of awesome wm
-rw-r--r--examples/minimal.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/minimal.py b/examples/minimal.py
index 664bad0d..9124f5bd 100644
--- a/examples/minimal.py
+++ b/examples/minimal.py
@@ -24,7 +24,7 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
installation.add_bootloader()
installation.add_additional_packages(['nano', 'wget', 'git'])
- installation.install_profile('awesome')
+ installation.install_profile('minimal')
- installation.user_create('anton', 'test')
- installation.user_set_pw('root', 'toor') \ No newline at end of file
+ installation.user_create('devel', 'devel')
+ installation.user_set_pw('root', 'toor')