<div dir="ltr"><div dir="auto"><div>Hi Yousong,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 28 mai 2019 à 09:01, Yousong Zhou <<a href="mailto:yszhou4tech@gmail.com" target="_blank">yszhou4tech@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 28 May 2019 at 05:30, Petr Štetiar <<a href="mailto:ynezz@true.cz" rel="noreferrer" target="_blank">ynezz@true.cz</a>> wrote:<br>
<br>
...<br>
<br>
> +<br>
> +save() {<br>
> +    touch "$1.tmp"<br>
> +    chown root:root "$1.tmp"<br>
> +    chmod 600 "$1.tmp"<br>
> +    getrandom 512 > "$1.tmp"<br>
> +    mv "$1.tmp" "$1"<br>
> +    echo "Seed saved ($1)"<br>
> +}<br>
<br>
Maybe we could prepare the .tmp file in /tmp of tmpfs type, to save a<br>
few rounds of nor flash writes.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">The idea was to be able to do atomic mv<br><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
                yousong<br>
<br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org" rel="noreferrer" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div></div></div>
</div>