Bugzilla – Bug 771298
DNS settings not carried over from installation
Last modified: 2016-10-25 14:20:14 UTC
In openSUSE 12.1 RC1 (build 050), since I have no DHCP server on the subnet installing on, I let the installation drop out into linuxrc, and then set up manual networking. However, the DNS settings, in particular the DNS server, is not saved into the system to be installed; /etc/resolv.conf is empty, causing the postinstall to fail grabbing updates (see screenshot).
Created attachment 498482 [details] screenshot
Hi,thank you for your report.could you please help to provide y2logs according to the following URL?Thank you:) http://en.opensuse.org/openSUSE:Bugreport_YaST
Created attachment 498642 [details] /var/log/Yast2 at the time of the screenshot (+some hours idling in that state)
Michal, could you please look into that?
Reproduced even on 12.3. *** This bug has been marked as a duplicate of bug 764429 ***
I'll reopen the bug as it is more simple to reproduce and debug than its duplicate. I tried two ways how to prepare static net configuration by linuxrc: - First one: I've passed following params when starting installation startshell=1 netconfig=static hostip=<ipv4> nameserver=<ipv4> netdevice=eth0 gateway=<ipv4> domain=suse.cz When shell was started (before YaST) net wasn't running and none of params was mentioned in /etc/install.inf (including Cmdline key - with small exception of netconfig param) - Second one I've passed following params when starting installation startshell=1 netsetup=-dhcp,now This time net was running. However nothing was mentioned in /etc/install.inf. I need the static net configuration in /etc/install.inf for second stage. I cannot store it on target system since some installation scenarios do not allow to store a net config on target and relevant code is excluded from installation control flow. I've worked with OpenSUSE 12.3 Final(GM). Would it be possible to store static net configuration in /etc/install.inf for second stage?
*** Bug 764429 has been marked as a duplicate of this bug. ***
The newer bug duplicates the old. One cannot duplicate that which does not exist. *** This bug has been marked as a duplicate of bug 764429 ***