index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-08 06:06:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 06:06:04 +0000 |
commit | 8d4e0922876ee375733b82a40c4c0a06d45251b6 (patch) | |
tree | dadea82281bf072f23ac6688fd6efb4db2893feb | |
parent | eb5795b7db1d9583fa6a62a780b17f3fc0d9260a (diff) | |
parent | 09b4e5bbc04ffe65053ac65b22c46e196c318bcd (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') |