copy system grub config to config folder
This commit is contained in:
parent
a55c6d805c
commit
3649856676
1 changed files with 2 additions and 3 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue