From 36498566766657dcc128e28a2ffe6d27f432b149 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:10:13 +0100 Subject: [PATCH] copy system grub config to config folder --- vfio-setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vfio-setup b/vfio-setup index 737a6d0..e1a9f78 100755 --- a/vfio-setup +++ b/vfio-setup @@ -102,9 +102,8 @@ fi if [ -f "/etc/default/grub" ]; then - # Currently we do not modify bootloaders, will ask users to do it instead - #cp "/etc/default/grub" "$SCRIPTDIR/$DEFAULT/grub" - echo "" + # Copy grub config + cp "/etc/default/grub" "$SCRIPTDIR/$DEFAULT/grub" fi if [ -f "/etc/initramfs-tools/modules" ];