ubiquity: Only warn about missing efi partition when running on efi mode
This commit is contained in:
parent
be0e8a9d55
commit
1bac5fc9a5
1 changed files with 5 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=28
|
VERSION=29
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -302,9 +302,12 @@ sed '/Package: ubiquity-frontend-kde/,/Depends/s/Depends:/Depends: libkf5kdelibs
|
||||||
sed 's/Trisquel/Trsql/' -i ubiquity/plugins/ubi-partman.py
|
sed 's/Trisquel/Trsql/' -i ubiquity/plugins/ubi-partman.py
|
||||||
sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py
|
sed 's/Trisquel-Battersea/Ubuntu-Battersea/' -i tests/test_gtkwidgets.py
|
||||||
|
|
||||||
#Remove ubuntu-artwork dependency
|
# Remove ubuntu-artwork dependency
|
||||||
sed -i '/ubuntu-artwork,/d' debian/control
|
sed -i '/ubuntu-artwork,/d' debian/control
|
||||||
|
|
||||||
|
# Only warn about missing efi partition when running on efi mode
|
||||||
|
sed 's|/var/lib/partman/efi|/sys/firmware/efi|' -i d-i/source/partman-efi/check.d/efi
|
||||||
|
|
||||||
changelog "Adapted for Trisquel"
|
changelog "Adapted for Trisquel"
|
||||||
|
|
||||||
rm -rf debian/source
|
rm -rf debian/source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue