mirror of https://github.com/armbian/build.git
Cosmetic fix. Get rid of purple background color in newt apps whiptail, partimage, debconf ... Reverting to Debian look.
This commit is contained in:
parent
ebe58fcbfe
commit
f4071d13a8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue