How do I automate the handling of a problem (no network device found) in Ubuntu 10.04 w/ preseed?
- by user61183
I have a preseed file that is doing some automation for an installation of Ubuntu 10.04. At the point where the network hardware is auto-detected, however, it fails to find hardware and displays a message, "No network interfaces detected". To make a long story short, I don't care if it can detect my network interface. How do I do one of the following:
Skip that step alltogether.
Handle the error page automagically.
PS. I found somewhere where it suggested this:
netcfg/no_interfaces seen true
That didn't work.
Thanks