Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-22 Thread Ronny Standtke
> Ok, shouldn't the same fix be done here too then (for the opt_link case)? > https://anonscm.debian.org/cgit/debian-live/live-boot.git/tree/components/9990-misc-helpers.sh#n1594 > Uhm, sorry, I really don't know. I am completely unfamiliar with the opt_link option... Cheers Ronny

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-21 Thread Raphael Hertzog
On Tue, 21 Nov 2017, Ronny Standtke wrote: > > Why is your patch fixing the issue? > > Because it correctly mounts the persistence partition in the overlayfs > case including the necessary "/rw" postfix. Ok, shouldn't the same fix be done here too then (for the opt_link case)? https://anonscm.deb

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-21 Thread Ronny Standtke
Hi all > Can you be a bit more verbose in your explanation? OK, I try: live-boot in Debian 9 uses overlayfs per default instead of aufs in Debian 8. One difference between aufs and overlayfs is that aufs can operate directly on the file system root but overlayfs needs certain subdirectories (rw

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-11-20 Thread Raphael Hertzog
Hello Ronny, On Thu, 05 Oct 2017, Ronny Standtke wrote: > Read-only persistence mode doesn't currently work with overlayfs. The > attached patch fixes this issue. Can you be a bit more verbose in your explanation? How can we reproduce the problem? Why is your patch fixing the issue? I will gla

Bug#877776: live-boot: fixed read-only mode with overlayfs

2017-10-05 Thread Ronny Standtke
Package: live-boot Version: 1:20170623 Severity: normal Tags: patch Read-only persistence mode doesn't currently work with overlayfs. The attached patch fixes this issue. Cheers Ronny commit 903d7ac3bb7fb69d01f9e499e569e881ba022ddc Author: Ronny Standtke Date: Thu Sep 7 16:58:30 2017 +0200