Commit 5e7bd295 authored by Anton Midyukov's avatar Anton Midyukov

live-install: do not add live installer step, when is not needed

parent b5c2daf8
......@@ -3,6 +3,7 @@
installer_steps=/usr/share/install2/installer-steps
[ -f "$installer_steps" ] || exit 1
rpm -q installer-livecd-install || exit 0
grep -q installer-livecd-install "$installer_steps" ||
sed -i '/vm/a\installer-livecd-install' "$installer_steps"
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