tom5760 / arch-install

Simple bash script to install Arch Linux.
MIT License
104 stars 45 forks source link

Network Devices #2

Open tjkopena opened 11 years ago

tjkopena commented 11 years ago

This starts to make the script a little fancy, but it would be cool if it picked up on the actually present network devices and either alerted the user that the variables did not match, or set them automatically. It's fairly easy to correct afterward, but I don' see myself ever remembering to look them up and fix them in the script beforehand so I'm sure others won't as well.

tom5760 commented 11 years ago

This sounds easy enough to check without getting super complicated. I'll try to do this soon.

tom5760 commented 11 years ago

Well, one thing I just thought of. In new installations, the names of network devices will be different than on the live install system, since the latest installer does not have the updated systemd package. They try to have a new ISO snapshot every month, so that should resolve this too.