Skip to content
Snippets Groups Projects
Commit 57ce280b authored by Luis Guzmán's avatar Luis Guzmán
Browse files

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

parent 21289262
No related branches found
No related tags found
No related merge requests found
--- a/scripts/casper 2022-05-30 09:40:38.000000000 -0500
+++ b/scripts/casper 2023-02-13 23:47:27.515797105 -0600
@@ -955,12 +955,6 @@
sleep 1
i="$(($i + 1))"
done
-
- if [ -z "${livefs_root}" ]; then
- if do_interactive_netmount ; then
- livefs_root="${mountpoint}"
- fi
- fi
fi
if [ -z "${livefs_root}" ]; then
#!/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
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