diff options
-rwxr-xr-x | config/chroot_local-hooks/hotfixes.sh | 3 | ||||
-rw-r--r-- | config/chroot_local-packageslists/base | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh index 2624172..9a3438a 100755 --- a/config/chroot_local-hooks/hotfixes.sh +++ b/config/chroot_local-hooks/hotfixes.sh @@ -35,9 +35,6 @@ sed -i s/id:.:initdefault:/id:5:initdefault:/ /etc/inittab # enable textlogins for runlevel 4/5 sed -i 's/\([1-6]:23\):/\145:/' /etc/inittab -insserv live-config -insserv -r console-setup # we don't want to run console-setup - console-setup is only installed because we need its setupcon-binary for keyboard-configuration - # workarounds to fix old kanotix installs rm -f /etc/profile /etc/environment cp /usr/share/base-files/profile /etc diff --git a/config/chroot_local-packageslists/base b/config/chroot_local-packageslists/base index 51794b4..b57136c 100644 --- a/config/chroot_local-packageslists/base +++ b/config/chroot_local-packageslists/base @@ -143,7 +143,6 @@ kanotix-toolkit cpufrequtils acpi acpid -sysv-freeze xdg-utils console-setup |