On 24.04.2015 12:33, Radek Vykydal wrote: > --- > modules.d/90dmsquash-live/dmsquash-live-root.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh > index b632f6a..0e7e42e 100755 > --- a/modules.d/90dmsquash-live/dmsquash-live-root.sh > +++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh > @@ -27,7 +27,7 @@ getargbool 0 rd.live.overlay.reset -d -y reset_overlay && reset_overlay="yes" > getargbool 0 rd.live.overlay.readonly -d -y readonly_overlay && readonly_overlay="--readonly" || readonly_overlay="" > overlay=$(getarg rd.live.overlay -d overlay) > getargbool 0 rd.writable.fsimg -d -y writable_fsimg && writable_fsimg="yes" > -overlay_size=$(getarg rd.live.overlay.size=) > +overlay_size=$(getarg rd.live.overlay.size) > [ -z "$overlay_size" ] && overlay_size=512 > > getargbool 0 rd.live.overlay.thin && thin_snapshot="yes" > It's not really a "typo" because it matches fine and is used in lot of other locations. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html