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" ];
|
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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue