Package: live-toolsVersion: 
current/devhttps://sources.debian.org/src/live-tools/1:20190831/bin/live-update-initramfs/#L28Partition
 detection isn't necessary here, which leads 
to:https://sources.debian.org/src/live-tools/1:20190831/bin/live-update-initramfs/#L42If
 there are more than one mount point available, the last one will be remounted. 
If the last one isn't`/run/live/medium`will the test 
athttps://sources.debian.org/src/live-tools/1:20190831/bin/live-update-initramfs/#L32fail.
 So remove line 28 
change:https://sources.debian.org/src/live-tools/1:20190831/bin/live-update-initramfs/#L30to`mount
 -o remount,rw /run/live/medium > /dev/null 2>&1 || true`will fix this issue. 
Due security issues, a remount to read only should done after done work. Best 
regards Hasan H. Gürsoy 

Reply via email to