setting specific route by kickstart

Daniel Rindt drindt at mx-solutions.de
Wed Feb 7 20:28:36 UTC 2007


Am Mittwoch, den 07.02.2007, 11:14 -0800 schrieb Tedman Eng:
> 
> For the build target: use %post to add some routing statements to you
> startup files, for example to /etc/rc.local
> Usually "route add xxx.xxx.xxx.xxx gw xxx.xxx.xxx.xxx" 
The kickstartfile will be loaded via http. means that the installer
needs the route at first.

here is the example:
    ifconfig eth0 87.106.18.81 netmask 255.255.255.255
    route add -host 10.255.255.1 dev eth0
    route add default gw 10.255.255.1 dev eth0

this isnt possible with kernel paramters? 

Thanks in advance 
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20070207/18ecd124/attachment.sig>


More information about the Kickstart-list mailing list