Commit 52e90c26 authored by Anton Midyukov's avatar Anton Midyukov

uuid-iso: use method=cdrom,fuid:<UUID>

method=disk has a number of unsolved problems in the installer.
parent e3c607ed
......@@ -12,9 +12,9 @@ cd "$WORKDIR"
[ -n "$GLOBAL_UUID_ISO" ] || exit 0
if [ -n "$(find $scfg)" ]; then
sed -i "s/automatic=method:cdrom/automatic=method:disk,uuid:$GLOBAL_UUID_ISO/" $scfg
sed -i "s/automatic=method:cdrom/automatic=method:cdrom,fuid:$GLOBAL_UUID_ISO/" $scfg
fi
if [ -f "$gcfg" ]; then
sed -i "s/automatic=method:cdrom/automatic=method:disk,uuid:$GLOBAL_UUID_ISO/" $gcfg
sed -i "s/automatic=method:cdrom/automatic=method:cdrom,fuid:$GLOBAL_UUID_ISO/" $gcfg
fi
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