| 1 | |
| 2 | = Client Init Scripts = |
| 3 | |
| 4 | == openSUSE == |
| 5 | |
| 6 | up until openSUSE 11.1 SysV-Init is used. |
| 7 | |
| 8 | Start script in {{{/etc/init.d/}}} |
| 9 | |
| 10 | === openSUSE 11.1 NetworkManager === |
| 11 | |
| 12 | in openSUSE 11.1 NetworkManager is default. Before is had been NetControl with commands like {{{ifup eth0}}} |
| 13 | |
| 14 | The ordering in somehow strange: |
| 15 | |
| 16 | {{{/etc/init.d/}}} |
| 17 | 1. localfs |
| 18 | 1. network (parameter localfs) |
| 19 | 1. remotefs -> network-remotefs (call network with parameter remotefs) |
| 20 | 1. network (parameter remotefs) |