Re: Changing boot time configuration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



John,

Fedora supports network profiles as does all versions of RH Linux, the following code is in /etc/rc.d/rc.sysinit, you should be able to figure out the rested your self.

--- snip ---
# Boot time profiles. Yes, this should be somewhere else.
if [ -x /usr/sbin/system-config-network-cmd ]; then
 if strstr "$cmdline" netprofile= ; then
   for arg in $cmdline ; do
       if [ "${arg##netprofile=}" != "${arg}" ]; then
/usr/sbin/system-config-network-cmd --profile ${arg##netprofile=}
       fi
   done
 fi
fi
--- snip ---

Albert.


John Pierce wrote:
Hello!

A while back I had opensuse on one of my laptops and it had the
ability to to change certain  aspects of the boot process based on a
predefined profile.

Does anyone know of any utility that will allow such functionality on
fedora 7.  Specifically I would like to change certain aspects of the
network configuration during boot up, based on whether I am wired or
wireless.

Thanks


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux