From 21f7dc756842006e3827498903de73147d291a39 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:15:26 +0530 Subject: [PATCH] Remove suspend fix --- 01_build_file_system.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/01_build_file_system.sh b/01_build_file_system.sh index 265e0ae..fbd5800 100755 --- a/01_build_file_system.sh +++ b/01_build_file_system.sh @@ -35,8 +35,3 @@ umount "${CHROOT_PATH}/dev" echo >&2 "===]> Info: Patch Grub... " cp -rfv "${ROOT_PATH}"/files/grub/30_os-prober "${CHROOT_PATH}"/etc/grub.d/30_os-prober chmod 755 "${CHROOT_PATH}"/etc/grub.d/30_os-prober - -### Copy suspend fix -echo >&2 "===]> Info: Fix suspend... " -cp -rfv "${ROOT_PATH}"/files/suspend/rmmod_tb.sh "${CHROOT_PATH}"/lib/systemd/system-sleep/rmmod_tb.sh -chmod +x "${CHROOT_PATH}"/lib/systemd/system-sleep/rmmod_tb.sh