dmsquash-live/dmsquash-live-root.sh: fixed typo

master
Harald Hoyer 2015-11-26 15:50:39 +01:00
parent 6612ae0d36
commit 6ed1d9fd07
1 changed files with 1 additions and 1 deletions

View File

@ -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