Commit cc4601f7 authored by Anton Midyukov's avatar Anton Midyukov

rescue: do'nt enable online repo

rescue works without network support by default. In addition, there are use cases where it is forbidden to connect to an external network, even in rescue.
parent 8e328bcc
#!/bin/sh
# enable online repository even more unconditionally
sed -i "s,^#\(rpm .* http.*\),\1," "/etc/apt/sources.list.d/alt.list" ||
echo "** warning: unable to enable online repos" >&2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment