casper: remove ubuntu's net images load on empty livefs.
This commit is contained in:
parent
21289262b6
commit
57ce280b15
2 changed files with 21 additions and 3 deletions
15
helpers/DATA/casper/remove_interactive_netmount.patch
Normal file
15
helpers/DATA/casper/remove_interactive_netmount.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue