]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dmsquash-live/dmsquash-live-root.sh: fixed typo
authorHarald Hoyer <harald@redhat.com>
Thu, 26 Nov 2015 14:50:39 +0000 (15:50 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Nov 2015 14:50:39 +0000 (15:50 +0100)
modules.d/90dmsquash-live/dmsquash-live-root.sh

index ffa1e7a1e10380f910e8d5ed9d3e9b4dbcfb9bec..fa44a03f86cf7250056dd5cf958a7c82b39b1bf4 100755 (executable)
@@ -249,7 +249,7 @@ if [ -n "$FSIMG" ] ; then
         else
             unpack_archive $FSIMG /run/initramfs/fsimg/
         fi
-        FSIMG = /run/initramfs/fsimg/rootfs.img
+        FSIMG=/run/initramfs/fsimg/rootfs.img
     fi
     if [ -n "$writable_fsimg" ] || [ -z "$SQUASHED" -a -n "$live_ram" ] ||
        [ "$overlay" = none -o "$overlay" = None -o "$overlay" = NONE ]; then