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
@ -33,4 +33,4 @@ DEBIAN_MIRRORS=('http://ftp.us.debian.org/debian',
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# apt-get configuration options
|
# 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 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