summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/hotfixes.sh
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-08 23:19:42 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-08 23:19:42 +0200
commitf00ead959311b65faae3552980c7b69c2075891a (patch)
tree4de3db20f50afc51c5f99c11e6280dff88c6aa87 /config/chroot_local-hooks/hotfixes.sh
parent438c4c16efc3d5711f69f46462211e34d555515b (diff)
downloadkanotix-f00ead959311b65faae3552980c7b69c2075891a.zip
kanotix-f00ead959311b65faae3552980c7b69c2075891a.tar.gz
removed sysv-freeze and unneccessary insserv-hotfixes
Diffstat (limited to 'config/chroot_local-hooks/hotfixes.sh')
-rwxr-xr-xconfig/chroot_local-hooks/hotfixes.sh3
1 files changed, 0 insertions, 3 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