-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
./install.sh install fails to install kernel randomly #644
Comments
This happens if I type anything besides a |
Yes, I suffer from this too. |
I'll see what I can do, for sure there must be a way to discard any earlier input before prompting |
I have seen this being solved in some scripts before but I can't recall where. I tried this and it worked on
|
Thank you! |
Now I collected on behalf of the user, and I did not have this problem. |
The problem with flushing stdin is that approaches like |
Yes I have just found this and I have this issue too |
@AdelKS Regarding scripted pipeline I beleive one could use |
OS: Gentoo amd64
Using the
./install.sh install
command randomly results in not isntalling the kernel after compilation. To me it happens roughly 1/8 times. No error is written to the console. Repeated run with no change results in kernel being installed correctly.I'll try to investigate further.
The text was updated successfully, but these errors were encountered: