Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get back into installer after exiting to shell? #34

Closed
lsitongia opened this issue Oct 27, 2018 · 1 comment
Closed

How do I get back into installer after exiting to shell? #34

lsitongia opened this issue Oct 27, 2018 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@lsitongia
Copy link

@lsitongia lsitongia commented Oct 27, 2018

During the installation, if I exit to the shell (for example, to work on disk partitioning), I can't find how to return to the installation. I can't find a trident-install program. I see bsdinstall, but that's not it. From the processes running, it looks like the installation program is exited when going to the shell, so exiting the shell doesn't automatically return to the installer.

p.s. this is not specific to RC2. It happened a month ago, too. I think that was BETA3.

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 30, 2018

The name of the tool to run is "start-trident-installer" (located in /usr/local/bin).
That is the shell script that will setup/launch the graphical session before starting the Qt installer utility. The actual name of the graphical tool is "trident-installer", which you can run manually if you are starting your graphical session some other way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment