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:
Jason Mehring 2015-02-12 13:22:17 -05:00
parent dd70031ba0
commit d4261919e6
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"