Ensure to pre-configure all packages with debconf before installation.
This commit is contained in:
parent
d59c4173c8
commit
fa17ca5b94
|
@ -9,4 +9,11 @@ Dpkg
|
||||||
# let dpkg decide by itself when multiple choice
|
# let dpkg decide by itself when multiple choice
|
||||||
"--force-confdef";
|
"--force-confdef";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Pre-Install-Pkgs
|
||||||
|
{
|
||||||
|
# pre-configure all packages with debconf before they are installed
|
||||||
|
"/usr/sbin/dpkg-preconfigure --apt || true";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue