copy system grub config to config folder

This commit is contained in:
HikariKnight 2022-03-10 19:10:13 +01:00
parent a55c6d805c
commit 3649856676
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -102,9 +102,8 @@ fi
if [ -f "/etc/default/grub" ]; if [ -f "/etc/default/grub" ];
then then
# Currently we do not modify bootloaders, will ask users to do it instead # Copy grub config
#cp "/etc/default/grub" "$SCRIPTDIR/$DEFAULT/grub" cp "/etc/default/grub" "$SCRIPTDIR/$DEFAULT/grub"
echo ""
fi fi
if [ -f "/etc/initramfs-tools/modules" ]; if [ -f "/etc/initramfs-tools/modules" ];