You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
livemedia-creator will hang after the Complete! message and wait for an enter before continuing (other keys don't make it continue). In the console this looks like this:
2025-01-23 10:10:15,121: Storing configuration files and kickstarts
2025-01-23 10:10:15,121: .
2025-01-23 10:10:15,121: Running post-installation scripts
2025-01-23 10:10:23,623: ...
2025-01-23 10:10:23,623: Complete!
2025-01-23 10:10:53,224: Shutting down log processing
2025-01-23 10:10:53,925: Disk Image install successful
2025-01-23 10:10:53,925: working dir is /var/tmp/lmc-work-9o818qiz
2025-01-23 10:10:53,947: Using disk size of 3074MiB
I've tried searching the documentation and cursory looked at the source but I can't find any leads on how I can make livemedia-creator not wait for an enter on complete.
The text was updated successfully, but these errors were encountered:
What version of Fedora, Lorax, and Anaconda are you using? Lorax calls Anaconda with the --cmdline argument which is supposed to keep it from doing things like waiting for input. Also take a look at the anaconda logs to see what it shows. This is likely a problem in Anaconda, not Lorax since lorax never waits for input.
I have seen the shutdown take some time when Anaconda crashes, it has some embedded timing loops that make it pause before it continues. But that should be associated with an error.
When I invoke
livemedia-creator
from a script (in a VM) with the following flags:livemedia-creator
will hang after theComplete!
message and wait for an enter before continuing (other keys don't make it continue). In the console this looks like this:I've tried searching the documentation and cursory looked at the source but I can't find any leads on how I can make
livemedia-creator
not wait for anenter
on complete.The text was updated successfully, but these errors were encountered: