System V as default Init Program

Hi!
How can I set “System V” as default option of “Init Program” (F5) in GRUB boot loader?
I’m running openSuse 12.1, and systemd (as init program) doesn’t start up network, netbios and samba services properly.

Note: I wouldn’t like to uninstall systemd because I’d like to test it time to time in order to return to use systemd when this bug to be solved.

Thank you very much.

http://dl.dropbox.com/u/10573557/systemV/add_systemV1.jpg

http://dl.dropbox.com/u/10573557/systemV/add_systemV2.jpg

I submitted a patch that partially solved the problem. See this post:
http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/469461-bug-nmb-systemd-more-than-1-ethernet-card.html#post2418061

And the bug report: https://bugzilla.novell.com/show_bug.cgi?id=735943 (I recommend reading it).

In the meantime, I replaced rcnmb start with systemctl restart --ignore-dependencies nmb.service for testing purpose and it still works.

If you have problems running programs at boot (aflter.local) which need services that haven’t been started, see this post: http://forums.opensuse.org/english/other-forums/development/programming-scripting/469832-running-commands-depend-process-being-started-after-local.html. I had to use this trick on nfs clients to wait for rpcbind.

Thank you very much!