Magellan Linux

Annotation of /trunk/initscripts/busybox/env.d/01busybox

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2215 - (hide annotations) (download)
Tue Oct 15 09:46:02 2013 UTC (10 years, 6 months ago) by niro
File size: 262 byte(s)
-provide a sane CONFIG_PROTECT environment for all initscript types
1 niro 2215 CONFIG_PROTECT_MASK="/etc/rc.d/init.d"
2     CONFIG_PROTECT_IGNORE="/etc/modules.autoload.d/kernel-2.4 /etc/modules.autoload.d/kernel-2.6 /etc/modules.autoload"
3    
4     # add conf.d/kernel to protect current udev|mdev configuration
5     CONFIG_PROTECT_IGNORE="/etc/conf.d/kernel"