Browse Source

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

master
Harald Hoyer 9 years ago
parent
commit
6ed1d9fd07
  1. 2
      modules.d/90dmsquash-live/dmsquash-live-root.sh

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

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

Loading…
Cancel
Save