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

fix: fixed assemble start_now option with root #1074

Merged
merged 1 commit into from Feb 1, 2024

Conversation

diogo464
Copy link
Contributor

when assembling the following example file:

[fedora]
root=true
start_now=true

distrobox fails to enter the container because it does not pass the --root flag. this commit fixes that.

when assembling	the following example file:
```
[fedora]
root=true
start_now=true
```
distrobox fails	to enter the container because it does not pass the --root flag.
this commit fixes that.
@89luca89
Copy link
Owner

89luca89 commented Feb 1, 2024

Thanks a lot @diogo464 !

@89luca89 89luca89 merged commit 038a843 into 89luca89:main Feb 1, 2024
mrnerdhair pushed a commit to mrnerdhair/distrobox that referenced this pull request Feb 2, 2024
when assembling	the following example file:
```
[fedora]
root=true
start_now=true
```
distrobox fails	to enter the container because it does not pass the --root flag.
this commit fixes that.

Co-authored-by: diogo464 <diogo464@d464.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants