]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dmsquash-live: really changed /dev/live-baseloop to /run/initramfs/
authorHarald Hoyer <harald@redhat.com>
Fri, 20 Jan 2012 11:02:15 +0000 (12:02 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 20 Jan 2012 11:02:15 +0000 (12:02 +0100)
Forgot to amend my change to ce32e32f2a8288de15968c22f57fff306fa81753

modules.d/90dmsquash-live/dmsquash-live-root

index cb104e46412fe73714bfcfdd047087ba141703dd..d9fcc43efaf05d2ccf09481de649e011538b3ebb 100755 (executable)
@@ -201,7 +201,7 @@ if [ -n "$ROOTFLAGS" ]; then
 fi
 
 if [ -b "$BASE_LOOPDEV" ]; then
-    ln -s $BASE_LOOPDEV /dev/live-baseloop
+    ln -s $BASE_LOOPDEV /run/initramfs/live-baseloop
 fi
 ln -s /dev/mapper/live-rw /dev/root
 printf '/bin/mount %s /dev/mapper/live-rw %s\n' "$ROOTFLAGS" "$NEWROOT" > $hookdir/mount/01-$$-live.sh