Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-06-10 15:54, Patrick Shanahan wrote:
* Linda Walsh <suse@tlinx.org> [06-10-13 03:01]:
But.. how is that done on systemd? And you cannot try? wtf, Linda. It still works as before, add a 1 or "S" to the init line or go to console and "init S"/"init 1"
No...
She refers to a different feature. DO_CONFIRM=yes Then the init process would prompt the admin on every single module whether to run or skip. This, AFAIK, is not available with systemd. And it works for any level, even 5, IIRC.
Close.. more basic. I mean I go into level 'S;, and I can go to the boot.d directory and run the scripts by hand, or semi-automated: (in boot.d or rcX.d): for i in S*;do ./"$i" start & read -p "next? [y]/n" -t 4 -n 1 ans [[ $ans == n ]] && break done --- can pause it at any time, or lean on CR to go full bore... As soon as a script fails I can redo it with bash -x SCRIPT... and see exactly what failed. I'll say it again: how is that done on systemd? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org