-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roy Vestal wrote: > ok, i want to automate kudzu via -q. I'm trying to use this in a live cd > application. Now, when I run kudzu -q it's not supposed to prompt for > device configuration. I need it to configure the network card and assume > dhcp. How is this possible?
I don't think you'd do it in kudzu. Assuming it's a redhat-like distro, I think you'd just do: cat <<END >/etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes TYPE=Ethernet END ...and I think it will Do The Right Thing. - -- Benjamin Reed a.k.a. Ranger Rick http://ranger.befunk.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFErXkuUu+jZtP2Zf4RAptEAJ9Fnsh5T2ZIVLX0+zKy05uqxbeuIgCeI6nX UGKcZTAhazZIzyLpsSQQ1mA= =oXG7 -----END PGP SIGNATURE----- -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
