ubiquity: quick disable deprecated cdrom repo for offline install.
This commit is contained in:
parent
918bcdc926
commit
5bfb15a5f7
1 changed files with 2 additions and 1 deletions
|
|
@ -18,12 +18,13 @@
|
||||||
# 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=35
|
VERSION=36
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
# Avoid the need for a custom cdrom:// repo
|
# Avoid the need for a custom cdrom:// repo
|
||||||
patch --no-backup-if-mismatch -p1 < $DATA/grub-installer.patch
|
patch --no-backup-if-mismatch -p1 < $DATA/grub-installer.patch
|
||||||
|
truncate -s 0 d-i/source/apt-setup/generators/40cdrom
|
||||||
|
|
||||||
# Disable confirmation popups, as they are innacurate and buggy
|
# Disable confirmation popups, as they are innacurate and buggy
|
||||||
patch --no-backup-if-mismatch -p1 < $DATA/no_confrirmation_when_crypto.patch
|
patch --no-backup-if-mismatch -p1 < $DATA/no_confrirmation_when_crypto.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue