Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-07 19:41:25 -0400
committerGitHub <noreply@github.com>2021-04-07 19:41:25 -0400
commit09b4e5bbc04ffe65053ac65b22c46e196c318bcd (patch)
treedadea82281bf072f23ac6688fd6efb4db2893feb /examples
parenteb5795b7db1d9583fa6a62a780b17f3fc0d9260a (diff)
Make the minimal installation example use the minimal profile instead of awesome wm
Diffstat (limited to 'examples')
-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')