File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ post_install() {
33 systemctl start biglinux-improve-compatibility
44 systemctl enable suspend-bluetooth-fix
55 systemctl start suspend-bluetooth-fix
6- systemctl enable glibc2-41-fix
6+ systemctl enable glibc2-41-fix.path
7+ systemctl start glibc2-41-fix.path
78 systemctl --global enable big-execute-after-user-login
89 if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
910 echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
@@ -26,7 +27,8 @@ post_upgrade() {
2627 systemctl --global enable big-execute-after-user-login
2728 systemctl enable suspend-bluetooth-fix
2829 systemctl start suspend-bluetooth-fix
29- systemctl enable glibc2-41-fix
30+ systemctl enable glibc2-41-fix.path
31+ systemctl start glibc2-41-fix.path
3032 if [[ ! -e /etc/sysctl.d/90-sysrq.conf ]]; then
3133 echo 'kernel.sysrq = 502' > /etc/sysctl.d/90-sysrq.conf
3234 fi
You can’t perform that action at this time.
0 commit comments