Cosmetic fix. Get rid of purple background color in newt apps whiptail, partimage, debconf ... Reverting to Debian look.

This commit is contained in:
Igor Pecovnik 2017-10-11 13:00:02 +02:00
parent ebe58fcbfe
commit f4071d13a8
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ case "$1" in
# set vm.swappiness to 0 (even with a btrfs rootfs)
grep -q 'vm.swappiness' /etc/sysctl.conf || echo "vm.swappiness=0" >> /etc/sysctl.conf
# get rid of purple background color in newt apps whiptail, partimage, debconf ... Reverting to Debian look.
sed -e 's/magenta/blue/g' -i /etc/newt/palette
# some hardware workarounds
case $LINUXFAMILY in
sun7i|sun8i)