diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-08 23:19:42 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-08 23:19:42 +0200 |
commit | f00ead959311b65faae3552980c7b69c2075891a (patch) | |
tree | 4de3db20f50afc51c5f99c11e6280dff88c6aa87 /config | |
parent | 438c4c16efc3d5711f69f46462211e34d555515b (diff) | |
download | kanotix-f00ead959311b65faae3552980c7b69c2075891a.zip kanotix-f00ead959311b65faae3552980c7b69c2075891a.tar.gz |
removed sysv-freeze and unneccessary insserv-hotfixes
Diffstat (limited to 'config')
-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 |