| … | |
… | |
| 58 | # then we try and use the default one. |
58 | # then we try and use the default one. |
| 59 | # To enable runlevel selection at boot, append "softlevel=foobar" to your |
59 | # To enable runlevel selection at boot, append "softlevel=foobar" to your |
| 60 | # kernel line to change to the foobar runlevel. Here we would search for |
60 | # kernel line to change to the foobar runlevel. Here we would search for |
| 61 | # /etc/conf.d/<service>.foobar config files before trying to use the default |
61 | # /etc/conf.d/<service>.foobar config files before trying to use the default |
| 62 | # /etc/conf.d/<service>. |
62 | # /etc/conf.d/<service>. |
| 63 | # Note that it is only active if specify 'softlevel' on the kernel args, and |
63 | # Note that it is only active if 'softlevel' was specified via the kernel line, |
| 64 | # is really intended to use for different grub/lilo entries to specify config |
64 | # and it is intended to use for different grub/lilo entries to specify config |
| 65 | # changes for say laptops between home and work. |
65 | # changes for say laptops between home and work, where you would have setup |
|
|
66 | # 'work' and 'home' runlevels, with /etc/conf.d/*.<runlevel> as needed. |
| 66 | |
67 | |
| 67 | RC_USE_CONFIG_PROFILE="yes" |
68 | RC_USE_CONFIG_PROFILE="yes" |
| 68 | |
69 | |
| 69 | # RC_FORCE_AUTO tries its best to prevent user interaction during the boot and |
70 | # RC_FORCE_AUTO tries its best to prevent user interaction during the boot and |
| 70 | # shutdown process. For example, fsck will automatically be run or volumes |
71 | # shutdown process. For example, fsck will automatically be run or volumes |