As you know, Ubuntu when turning off the LiveCD / LiveUSB gives the following message:
Is it possible to disable it? I will need to restart the computer remotely (I picked up SSH in the loaded LiveUSB), and there will simply be no one to press Enter.
noprompt
to the options passed to the linux program. see for example, here - aleksandr barakin/proc/cmdline
does not work: read only. but you can try changing on the fly the code that handles the presence / absence of this option: git.launchpad.net/ubuntu/+source/casper/tree/bin/casper-stop (see theprompt
variable). for example, you can create the file/run/casper-no-prompt
. - aleksandr barakin