Re: How to support disabling of activation of first kickstart network command?
Radek Vykydal <[email protected]> Tue, 24 May 2016 14:31:31 +0200
| Newsgroups | gmane.linux.redhat.anaconda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 24.5.2016 14:28, Radek Vykydal wrote: > > > 1) A workaround: use dummy first network command with non-existing > device. Anaconda will just ignore it: > > network --device=NONE > network --device=ens3 --ipv6=2001::1/64 --gateway=2001::2 --noipv4 > > Or in case hostname is configured, use this as first network command > > network --device=NONE > network --device=ens3 --ipv6=2001::1/64 --gateway=2001::2 --noipv4 I mean network --hostname=mynode network --device=ens3 --ipv6=2001::1/64 --gateway=2001::2 --noipv4