diff options
author | root <andreas@andreas-loibl.de> | 2010-09-04 23:30:42 +0200 |
---|---|---|
committer | root <andreas@andreas-loibl.de> | 2010-09-04 23:30:42 +0200 |
commit | b7eab2a5d430ff28ec365e691cf95357798fe460 (patch) | |
tree | 95168cc5cdc8a067fcfbebebc57d519e6ce542f4 /config/chroot_local-hooks | |
parent | 16d5fa3a3395811b27ab39ccc69cb427cb545a74 (diff) | |
download | kanotix-b7eab2a5d430ff28ec365e691cf95357798fe460.zip kanotix-b7eab2a5d430ff28ec365e691cf95357798fe460.tar.gz |
console-setup hotfix: disabled on init
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/hotfixes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh index f5d006e..2624172 100755 --- a/config/chroot_local-hooks/hotfixes.sh +++ b/config/chroot_local-hooks/hotfixes.sh @@ -36,6 +36,7 @@ sed -i s/id:.:initdefault:/id:5:initdefault:/ /etc/inittab 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 |