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

bug(os): Pacstall Installer requires confirmation #42

Closed
cat-master21 opened this issue Feb 24, 2025 · 2 comments
Closed

bug(os): Pacstall Installer requires confirmation #42

cat-master21 opened this issue Feb 24, 2025 · 2 comments
Assignees
Labels
Bug Something isn't working triage Bug report/Feature request is yet to be evaluated by the Rhino Linux team

Comments

@cat-master21
Copy link

Rhino Linux version & platform:
N/A

Describe the bug
When building an RL image manually (WITHOUT Github Actions), the step that gets to installing Pacstall prompts user interaction if Axel should be installed.

To Reproduce
Steps to reproduce the behavior:

  • Build an image normally (no Github Actions)
  • See the confirmation prompt to install axel or not, requiring user interaction

Expected behavior
A prompt from the Pacstall installer asking if Axel should be installed.
This can be a little annoying and have varience compared to official images.

Additional context
This does not affect Github Actions built images.

@cat-master21 cat-master21 added Bug Something isn't working triage Bug report/Feature request is yet to be evaluated by the Rhino Linux team labels Feb 24, 2025
@oklopfer
Copy link
Member

oklopfer commented Feb 26, 2025

https://github.com/rhino-linux/os/blob/main/etc/config/hooks/live/002-install-pacstall.chroot#L20
what if you make this

echo N | sudo bash -c "$(curl -fsSL https://git.io/JsADh || wget -q https://git.io/JsADh -O -)"

@oklopfer
Copy link
Member

tested and confirmed it works rhino-linux/os@fe814d6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working triage Bug report/Feature request is yet to be evaluated by the Rhino Linux team
Projects
None yet
Development

No branches or pull requests

3 participants