* [PATCH] Fix typo in rd.live.overlay.size setting
@ 2015-04-24 10:33 Radek Vykydal
[not found] ` <1429871586-25877-1-git-send-email-rvykydal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Radek Vykydal @ 2015-04-24 10:33 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
---
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"
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix typo in rd.live.overlay.size setting
[not found] ` <1429871586-25877-1-git-send-email-rvykydal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-05-06 10:19 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2015-05-06 10:19 UTC (permalink / raw)
To: Radek Vykydal, initramfs-u79uwXL29TY76Z2rM5mHXA
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-06 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 10:33 [PATCH] Fix typo in rd.live.overlay.size setting Radek Vykydal
[not found] ` <1429871586-25877-1-git-send-email-rvykydal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-06 10:19 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox