From ca06afa89e78a74feb6e176a08b0e95ce5803d29 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:16:19 +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 3be7cec..0b091fe 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