Blame SOURCES/0109-dmsquash-live-dmsquash-liveiso-genrules.sh-s-loop0-l.patch

712866
From 5676a6d877fec50cf969369045788ff3ac59fdc0 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Tue, 28 Jan 2014 18:33:36 +0100
712866
Subject: [PATCH] dmsquash-live/dmsquash-liveiso-genrules.sh:
712866
 s/loop0/loop-control/
712866
712866
If loop is a kernel module, /dev/loop0 will never show up as a udev
712866
event, if the loop module is not manually loaded somewhere.
712866
---
712866
 modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh b/modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh
5c6c2a
index 30ea1805..0f913d79 100755
712866
--- a/modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh
712866
+++ b/modules.d/90dmsquash-live/dmsquash-liveiso-genrules.sh
712866
@@ -3,7 +3,7 @@
712866
 # ex: ts=8 sw=4 sts=4 et filetype=sh
712866
 if [ "${root%%:*}" = "liveiso" ]; then
712866
     {
712866
-        printf 'KERNEL=="loop0", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root `/sbin/losetup -f --show %s`"\n' \
712866
+        printf 'KERNEL=="loop-control", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root `/sbin/losetup -f --show %s`"\n' \
712866
             ${root#liveiso:}
712866
     } >> /etc/udev/rules.d/99-liveiso-mount.rules
712866
 fi