index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-06 17:27:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 17:27:09 +0000 |
commit | a8da159f176b6867ccf147780c63ee7c7ba3045b (patch) | |
tree | f1881fd0df2f022c01b04c297bd491eb9387d9d9 | |
parent | 09abdec82b2a9450f40c91c11e9d6ac58dea7575 (diff) | |
parent | 2e7930857b05070118e5ff4c3aa99e0312f7febc (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index a92343f7..4205518d 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -182,6 +182,7 @@ def ask_user_questions(): # Additional packages (with some light weight error handling for invalid package names) if not archinstall.arguments.get('packages', None): + print("Packages not part of the desktop environment are not installed by default. If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt.") archinstall.arguments['packages'] = [package for package in input('Write additional packages to install (space separated, leave blank to skip): ').split(' ') if len(package)] # Verify packages that were given |