index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-07 19:41:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 19:41:25 -0400 |
commit | 09b4e5bbc04ffe65053ac65b22c46e196c318bcd (patch) | |
tree | dadea82281bf072f23ac6688fd6efb4db2893feb /examples | |
parent | eb5795b7db1d9583fa6a62a780b17f3fc0d9260a (diff) |
-rw-r--r-- | examples/minimal.py | 6 |
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') |