Skip to content

Commit

Permalink
Re-phrased the wording a bit on the exp. warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Apr 25, 2021
1 parent 638985f commit ea9d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/user_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def select_disk(dict_o_disks):
for index, drive in enumerate(drives):
print(f"{index}: {drive} ({dict_o_disks[drive]['size'], dict_o_disks[drive].device, dict_o_disks[drive]['label']})")

log(f"You can skip selecting a drive and partition it and use whatever drive-setup is mounted at /mnt (experimental)", fg="yellow")
log(f"You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)", fg="yellow")
drive = generic_select(drives, 'Select one of the above disks (by name or number) or leave blank to use /mnt: ',
options_output=False)
if not drive:
Expand Down

0 comments on commit ea9d34e

Please sign in to comment.