index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-05 21:03:56 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-05 21:03:56 +0530 |
commit | 947700a605b5c9a066f29b9a51e36a079ccfd45a (patch) | |
tree | 667a99884d736d0e36acd1dbced24e53dd1b7c1d /examples | |
parent | 463d1b5fd37db1435f15987929963ee2f2c2dc02 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 74db0ce5..fd4ee906 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -346,7 +346,7 @@ def perform_installation(device, boot_partition, language, mirrors): installation.user_set_pw('root', root_pw) if archinstall.arguments.get('profile', None) == "i3-wm" or archinstall.arguments.get('profile', None) == "i3-gaps": print("the installation of i3/i3-gaps does not conatain any configuerations for the wm. in this shell you should add your configuerations") - installation.arch_chroot("bash") + subprocess.check_call("arch-chroot /mnt") ask_user_questions() perform_installation_steps() |