DockSTARTer icon indicating copy to clipboard operation
DockSTARTer copied to clipboard

[Feature Request] Ability to install in CoreOS

Open dylanmtaylor opened this issue 1 year ago • 1 comments

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 avatar Feb 20 '24 19:02 dylanmtaylor

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."

dylanmtaylor avatar Feb 20 '24 19:02 dylanmtaylor

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.

github-actions[bot] avatar May 21 '24 00:05 github-actions[bot]