Merge pull request #228 from dylanmtaylor/patch-1

Make the minimal installation example use the minimal profile instead of awesome wm
This commit is contained in:
Anton Hvornum 2021-04-08 06:06:04 +00:00 committed by GitHub
commit 8d4e092287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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')
installation.user_create('devel', 'devel')
installation.user_set_pw('root', 'toor')