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

Add DoW)nload and load option #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sashank999
Copy link

It should be useful for users who do not need packages to load on startup. Such packages can be development packages such as compiletc, libX11-dev, etc.

It should be useful for users who do not need packages to load on startup. Such packages can be development packages such as compiletc, libX11-dev, etc.
@rarost
Copy link
Contributor

rarost commented Dec 29, 2024

I was looking around the Tinycore github repo and came
across this change request from Sashank999:
I believe his change is incorrect and won't work.

He proposes adding a "Download + Load" option to tce-ab just
like the Apps GUI has.
The code he adds looks like this:
W|w) tce-load -w -l "$EXTN" ;;
It should be this:
W|w) tce-load -w -i -l "$EXTN" ;;

I've confirmed this by checking how the Apps GUI does it.

I also executed his command under TC10-x86 and TC14-x86_64
to confirm it does not work.

The menu item he added looks like this:
DoW)nload-and-load
Since only W is used for this selection, and D is used elsewhere, it
should be:
doW)nload-and-load

Or maybe it should be:
doW)nload + load
to more closely match the Apps GUI menu option.

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.

2 participants