Bug#838110: live-tools: exclude initrd backup files

2016-11-13 Thread Ronny Standtke
> just a minor thing but I think you should anchor your grep to the end of > the filename: > grep -v "old-dkms$" OK, please find attached an updated patch. I didn't use the quotes around the expression because with quotes I got a build error about bashisms. Cheers Ronny diff --git a/bin/live-upda

Bug#838110: live-tools: exclude initrd backup files

2016-09-17 Thread Daniel Reichelt
Hi Ronny, just a minor thing but I think you should anchor your grep to the end of the filename: grep -v "old-dkms$" Cheers Daniel On 09/17/2016 02:13 PM, Ronny Standtke wrote: > Package: live-tools > Version: 1:20151214+nmu1 > Severity: important > Tags: patch > > On my Debian Live syste

Bug#838110: live-tools: exclude initrd backup files

2016-09-17 Thread Ronny Standtke
Package: live-tools Version: 1:20151214+nmu1 Severity: important Tags: patch On my Debian Live system update-initramfs fails with the following error message: cp: cannot stat '/boot/vmlinuz-.old-dkms': No such file or directory Please find attached a patch that fixes this issue. Cheers Ronny