summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2020-12-30 14:47:26 +0100
committerHolger Paradies <retabell@gmx.de>2020-12-30 14:47:26 +0100
commit75dbf2ad398ca92cb8b9abd6505f6d585d51bca8 (patch)
treeb3875029aa5edfd1f796e281311236cd7543565c
parent1378d4cb94260de891ef02ff7e1f45778ed1ba92 (diff)
downloadkanotix-75dbf2ad398ca92cb8b9abd6505f6d585d51bca8.zip
kanotix-75dbf2ad398ca92cb8b9abd6505f6d585d51bca8.tar.gz
Revert "buster installer hotix"
This reverts commit 4be9427980e2a3300dcdf69716a16b9e398ee15c. fixed in acritoxinstaller 0.2.44
-rwxr-xr-xconfig/chroot_local-hooks/03-buster-installer-hotfix30
1 files changed, 0 insertions, 30 deletions
diff --git a/config/chroot_local-hooks/03-buster-installer-hotfix b/config/chroot_local-hooks/03-buster-installer-hotfix
deleted file mode 100755
index 93c1ded..0000000
--- a/config/chroot_local-hooks/03-buster-installer-hotfix
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-for file in /root/config/*; do [ -r $file ] && . $file; done
-
-if [ "$LB_DISTRIBUTION" = "buster" ]; then
-
-# Installer Hotfix
-cd /usr/share/acritoxinstaller/modules
-
-cat <<"EOF" >partmgr.patch
---- partmgr.orig 2018-11-16 16:22:52.000000000 +0100
-+++ partmgr 2018-11-16 17:06:30.473477117 +0100
-@@ -7,9 +7,8 @@
- get_root
- TERM=xterm /sbin/"$1" "$2"
- ;;
-- gparted|qtparted)
-- get_root X
-- "$1" "$2"
-+ gparted)
-+ "/usr/sbin/$1" "$2"
- ;;
- esac
- }
-
-EOF
-
-patch -p0 -i partmgr.patch
-rm -f partmgr.patch
-cd -
-fi