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

[Feature Request] Ability to install in CoreOS #1730

Closed
dylanmtaylor opened this issue Feb 20, 2024 · 2 comments · Fixed by #1731
Closed

[Feature Request] Ability to install in CoreOS #1730

dylanmtaylor opened this issue Feb 20, 2024 · 2 comments · Fixed by #1731
Labels
enhancement New feature or request no-issue-activity

Comments

@dylanmtaylor
Copy link
Contributor

dylanmtaylor commented Feb 20, 2024

Feature request

Is your feature request related to a problem? Please describe.
It doesn't install on CoreOS (specifically the ucore-hci spin, as the filesystem is immutable)

2024-02-20 19:26:28 [INFO  ]   Creating /usr/bin/ds symbolic link for DockSTARTer.
ln: failed to create symbolic link '/usr/bin/ds': Read-only file system
2024-02-20 19:26:28 [FATAL ]   Failed to create symlink.
Failing command: sudo ln -s -T "/var/home/dylan/.docker/main.sh" /usr/bin/ds
DockSTARTer did not finish running successfully.

Describe the solution you'd like
Make the symlink at $HOME/bin/ instead if the root filesystem is read only.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
N/A

Additional context
Add any other context or screenshots about the feature request here.
N/A

@dylanmtaylor dylanmtaylor added the enhancement New feature or request label Feb 20, 2024
@dylanmtaylor
Copy link
Contributor Author

This probably needs patched in two spots.

.scripts/symlink_ds.sh: info "Creating /usr/bin/ds symbolic link for DockSTARTer."
.scripts/symlink_ds.sh: info "Creating /usr/local/bin/ds symbolic link for DockSTARTer."

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
None yet
1 participant