Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Jeff Dike <jdike@ka...> - 2003-05-22 11:32:02
|
john.burton@... said: > Is it sufficient to put something like "uml_mcontrol uml_name halt" > into my /etc/conf.d/local.stop file or do I need to do something else > to ensure a smooth shutdown? That's OK, but it's not as clean as you might think. Adding a uml_mconsole uml_name sysrq s beforehand will give you clean filesystems by syncing stuff out. Even then, the processes inside UML won't be shut down cleanly. For that, I think you need to run something inside the UML which does a halt or something equivalent. Jeff |