ubiquity: Avoid the need for a custom cdrom:// repo

This commit is contained in:
Ruben Rodriguez 2024-02-07 12:33:55 -05:00
parent 8a52d721f1
commit 6b7920944f
2 changed files with 190 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2011-2023 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2011-2024 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
@ -18,10 +18,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=34
VERSION=35
. ./config
# Avoid the need for a custom cdrom:// repo
patch --no-backup-if-mismatch -p1 < $DATA/grub-installer.patch
# Disable confirmation popups, as they are innacurate and buggy
patch --no-backup-if-mismatch -p1 < $DATA/no_confrirmation_when_crypto.patch