top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Ubuntu: /etc/network/interfaces is always overwritten by Preseed

+2 votes
490 views

I'm having trouble with my /etc/network/interfaces file that is overwritten by every Preseed install.

I have found out that when I let the late_command crash and I manually enter some identifier in:

/etc/network/interfaces

and

/target/etc/network/interfaces

the one in /etc/network/interfaces stays there, so no overwriting from the target version in that case. The fix to place the following in the late_command doesn't fix it either:

cp /target/etc/network/interfaces /etc/network/interfaces

Any idea on how to fix this?

posted Aug 26, 2014 by Sidharth

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
NO-one any idea about a good workaround ? It's very difficult to find out if this is a bug or not:

https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/1361902

Similar Questions
0 votes

I want to know when "apt-add-repository" becomes mandatory to run in Ubuntu machine. Usually I used following two commands many times.
$sudo apt-get update
$sudo apt-get install

+2 votes

Other than firefox, is there any other non-webkit browser available for (x)ubuntu 14.04?

0 votes

I am wondering how - or more exactly where - umask is defined on a stock Ubuntu server system.

I have reactivated the root account. Here's the respective default umask for root and normal users:

Nomal User:

$ umask
0002

Root User

$ umask
0022

On RHEL/CentOS, these values are defined in /etc/bashrc and then in the individual ~/.bashrc files. How does Ubuntu handle this?

...