debian: qubuntu: Overwrite existing configuration files by default
Recent changes to core-admin-linux has fstab and iptables being installed by installer and not in postinit which prevented these files from being written on initial template creation.
This commit is contained in:
parent
dd70031ba0
commit
d4261919e6
@ -27,10 +27,10 @@ DEBIAN_MIRROR=http://ftp.us.debian.org/debian
|
||||
# TODO: Not yet implemented
|
||||
DEBIAN_MIRRORS=('http://ftp.us.debian.org/debian',
|
||||
'http://http.debian.net/debian,
|
||||
'http://ftp.ca.debian.org/debian,
|
||||
)
|
||||
'http://ftp.ca.debian.org/debian,
|
||||
)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# apt-get configuration options
|
||||
# ------------------------------------------------------------------------------
|
||||
APT_GET_OPTIONS="-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes --yes"
|
||||
APT_GET_OPTIONS="-o Dpkg::Options::="--force-confnew" --force-yes --yes"
|
||||
|
@ -28,4 +28,4 @@ DEBIAN_MIRRORS=('http://archive.ubuntu.com/ubuntu',
|
||||
# ------------------------------------------------------------------------------
|
||||
# apt-get configuration options
|
||||
# ------------------------------------------------------------------------------
|
||||
APT_GET_OPTIONS="-o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes --yes"
|
||||
APT_GET_OPTIONS="-o Dpkg::Options::="--force-confnew" --force-yes --yes"
|
||||
|
Loading…
Reference in New Issue
Block a user