2

I cannot find a way to change the networking information during a CentOS netinstall, when using the URL installation method.

I always use a netinstall, and occasionally fat-finger the network information. Once you try to access the URL, it will error if it cannot get to the image - but it will not let you go back and change the network configuration.

Is there anyway to get to a shell or reset the information, without just having to reboot?

It seems odd you cannot change this - just something I would like to know for future reference.

1 Answer 1

1

no, you can't reset the network settings that Anaconda asked before.

However, you can set the network settings by changing grub menu entries or use kickstart file directly.

When choosing "Install or upgrade an existing system" during grub, you can press "Tab" to edit the option by appending the following text into entry append like this:

append initrd=initrd.img ip=<ip> dns=<dns> gateway=<gw> text

Here's the full reference for all options you can use.

If you use netinstall every time, you should think about using kickstart file to formalized all the options to perform silent OS installation. Here's a good guide.

1
  • I figured as much. Good point on the kickstart file too. Commented Dec 12, 2013 at 16:31

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.