Get rid of the customizable TTY devices number patch. This breaks on some non-Arch distros and is only interesting to a very limited number of users that aren't necessarily our core target userbase.

This commit is contained in:
Tk-Glitch
2021-01-13 15:39:35 +01:00
parent ba4ac2ab52
commit 72e3d2de49
8 changed files with 6 additions and 290 deletions

View File

@@ -69,8 +69,6 @@ if [ -e "$_EXT_CONFIG_PATH" ]; then
source "$_EXT_CONFIG_PATH"
fi
_misc_adds="false" # We currently don't want this enabled on non-Arch
if [ "$1" = "install" ] || [ "$1" = "config" ]; then
if [ -z $_distro ] && [ "$1" = "install" ]; then