diff --git a/archinstall/lib/configuration.py b/archinstall/lib/configuration.py index 8cac7ffaff..3021881f85 100644 --- a/archinstall/lib/configuration.py +++ b/archinstall/lib/configuration.py @@ -148,7 +148,15 @@ def preview(selection: str) -> Optional[str]: while True: path = input( _( - "Enter a directory for the configuration(s) to be saved (tab completion enabled)\nSave directory: " + '''\ +Into which DIRECTORY should the configuration(s) be saved? + + TIPS + 1. Tab completion is enabled to help you locate a full directory name + 2. To persist a configuration file through a reboot, mount a separate drive before running `archinstall` + 3. If you are not sure what to choose, try "." or "/" + +Save Directory: ''' ) ).strip(" ") dest_path = Path(path)