diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-02-02 13:41:45 +0100 | 
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-04-26 14:58:36 +0200 | 
| commit | fd9edfd3e9b9afc3bd963844c0646372d2013b24 (patch) | |
| tree | 133f92eb5e24708897cc515325bd4b530654fc9d | |
| parent | ce45f552e6ec5837ed6d8ce19dec6f591e561dbb (diff) | |
| download | kanotix-fd9edfd3e9b9afc3bd963844c0646372d2013b24.zip kanotix-fd9edfd3e9b9afc3bd963844c0646372d2013b24.tar.gz | |
keep environment
| -rwxr-xr-x | config/chroot_local-hooks/hotfixes.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh index 0943dbd..e437794 100755 --- a/config/chroot_local-hooks/hotfixes.sh +++ b/config/chroot_local-hooks/hotfixes.sh @@ -26,7 +26,7 @@ sed -i s/id:.:initdefault:/id:5:initdefault:/ /etc/inittab  sed -i 's/\([1-6]:23\):/\145:/' /etc/inittab  # workarounds to fix old kanotix installs -rm -f /etc/profile /etc/environment +rm -f /etc/profile  cp /usr/share/base-files/profile /etc  rm -rf /etc/sysconfig | 
