How does host shutdown work with UML node?

When the host system goes down, as just now for reboot, how does it shut down the nodes in an orderly fashion?

I ask this because I've renamed /sbin/shutdown to /sbin/shutdown.real because I keep accidentally shutting down my linode when I mean to shut my local machine down (doh!).

2 Replies

You should fix the "ca:ctrlaltdel" line in /etc/inittab to make sure when you shutdown via the LPM that it calls /sbin/shutdown.real instead of /sbin/shutdown.

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct