Commit da5eae9b authored by Michael Shigorin's avatar Michael Shigorin

rescue: set up apt sources unconditionally

Networking is *not* brought up by these rescue images by default, one is expected to know enough to do that by hand if needed; still there's no harm to have apt preconfigured so that it would be operational then.
parent d3636555
#!/bin/sh
# enable online repository even more unconditionally
sed -i "s,^#\(rpm \[alt\] http.*\),\1," "/etc/apt/sources.list.d/alt.list"
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