diff --git a/features.in/uuid-iso/stage1/scripts.d/30-propagator-method-cdrom-fuid b/features.in/uuid-iso/stage1/scripts.d/30-propagator-method-cdrom-fuid deleted file mode 100755 index 109a1273..00000000 --- a/features.in/uuid-iso/stage1/scripts.d/30-propagator-method-cdrom-fuid +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# postprocess configurations -# set special automatic method -# workaround the bug 39811 - -gcfg='boot/grub/grub.cfg' -scfg='syslinux/*.cfg' - -cd "$WORKDIR" - -# apply method disk with uuid if available -[ -n "$GLOBAL_UUID_ISO" ] || exit 0 - -if [ -n "$(find $scfg)" ]; then - 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:cdrom,fuid:$GLOBAL_UUID_ISO/" $gcfg -fi