casper: remove ubuntu's net images load on empty livefs.

This commit is contained in:
Luis Guzmán 2023-02-14 06:02:15 +00:00
parent 21289262b6
commit 57ce280b15
2 changed files with 21 additions and 3 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh
#
# Copyright (C) 2012-2022 Ruben Rodriguuez <ruben@trisquel.info>
# Copyright (C) 2012-2022 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2023 Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -17,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=15
VERSION=16
. ./config
@ -42,7 +43,9 @@ sed 's/Depends:/Depends: localechooser-data,\n/' -i debian/control
sed "s/cut/cut -d: -f2- | cut/" -i scripts/casper-functions
sed "s/head -n1/sed -n 1p/" -i scripts/casper-functions
#Remove ubuntu's net images load on empty livefs.
patch -p1 < $DATA/remove_interactive_netmount.patch
changelog "Compiled for Trisquel"
compile