wineboot(1)
NAME
wineboot - perform startup or shutdown tasks in your wine(1) environment.
SYNOPSIS
wineboot [ OPTIONS ]
DESCRIPTION
This manual page documents briefly the wineboot command.
wineboot performs tasks that would be done on a real Windows environment, like restarting or shutting down the system. It's useful for
example if a software installation program asks you to reboot your computer to finish the installation process.
wineboot also updates the WINEPREFIX directory if wine.inf changes.
OPTIONS
- -h, --help
- Display a help message.
- -e, --end-session
- End the current session cleanly.
- -f, --force
- Force exit for processes that don't exit cleanly.
- -i, --init
- Perform initialization for first Wine instance.
- -k, --kill
- Kill running processes without any cleanup.
- -r, --restart
- Restart only, don't do normal startup operations.
- -s, --shutdown
- Shutdown only, don't reboot.
- -u, --update
- Update the wineprefix directory.
SEE ALSO
AUTHOR
- This manual page was written by Francois Wendling <frwendling@free.fr>
for the Debian GNU/Linux system (but may be used by others).