blob: adc1be99cac7435b1b9bb7d9f046fa5b43eddee4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo ""
echo "Define your colors in the /etc/vconsole.conf file as COLOR_X=hexcode"
echo "where X is a number between 0 and 15"
echo ""
echo "Don't forget to add the colors hook in your /etc/mkinitcpio.conf"
echo "If you're using systemd based initramfs, you have to use the sd-colors hook and enable the systemd service:"
echo "# systemctl enable setcolors.service"
echo ""
}
|