Skip to content
Snippets Groups Projects
Commit 0f42a73f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Updated grub2 helper

parent 692bcc5d
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,20 @@ COMPONENT=main
. ./config
rm debian/patches/ubuntu_grub_standards.patch
sed /ubuntu_grub_standards/d debian/patches/series -i
apt-get remove -y --force-yes dosfstools
sed '/dosfstools/d' -i debian/control
for i in install_efi_ubuntu_flavours.patch mkconfig_ubuntu_distributor.patch; do
rm debian/patches/$i
sed /$i/d debian/patches/series -i
done
replace "with Linux" "with Linux-Libre" util
replace "with Linux" "with Linux-Libre" debian
replace "Linux" "Linux-Libre" po
replace Ubuntu Trisquel .
replace ubuntu trisquel .
find |grep ubuntu|xargs rename s/ubuntu/trisquel/
#sed 's/\(prefix=@prefix@\)/\1\nGRUB_CMDLINE_EXTRA=$( grep -q nomodeset \/proc\/cmdline \&\& echo nomodeset \|\| echo -n "" )/' util/grub.d/10_linux.in -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment