Martin, If rc.conf.d exists in /mnt/kd then the rc.conf file is ignored. This is by design.
Darrick Martin Croome wrote: > I hit this problem with Zap hardware not starting properly. > > > > The problem is in /usr/sbin/gen-rc-conf. > > > > if [ -d /mnt/kd/rc.conf.d ]; then < -- This directory does exist > > if [ -f /stat/etc/rc.conf ]; then > > sed -e 's/^#.*//' -e '/^$/ d' /stat/etc/rc.conf >>/tmp/etc/rc.conf > > elif [ -d /stat/etc/rc.conf.d ]; then > > sed -e 's/^#.*//' -e '/^$/ d' /stat/etc/rc.conf.d/*.conf > >>/tmp/etc/rc.conf > > fi > > sed -e 's/^#.*//' -e '/^$/ d' /mnt/kd/rc.conf >>/tmp/etc/rc.conf < -- > I added this line. May not be in the right place but works for me. > > sed -e 's/^#.*//' -e '/^$/ d' /mnt/kd/rc.conf.d/*.conf >>/tmp/etc/rc.conf > > elif [ -f /mnt/kd/rc.conf ]; then > > sed -e 's/^#.*//' -e '/^$/ d' /mnt/kd/rc.conf >>/tmp/etc/rc.conf > > elif [ -f /stat/etc/rc.conf ]; then > > sed -e 's/^#.*//' -e '/^$/ d' /stat/etc/rc.conf >>/tmp/etc/rc.conf > > elif [ -d /stat/etc/rc.conf.d ]; then > > sed -e 's/^#.*//' -e '/^$/ d' /stat/etc/rc.conf.d/*.conf > >>/tmp/etc/rc.conf > > fi > > > > Cheers > > > > Martin > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to [EMAIL > PROTECTED] -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com Small Business IT Specialists ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
