Bug#1008910: mount-functions: Only allows for LABEL/UUID

2022-04-04 Thread Mark Hindley
Control: tags -1 patch Thanks, On Mon, Apr 04, 2022 at 12:48:07AM +0200, Thorsten Glaser wrote: > On Sun, 3 Apr 2022, Elliott Mitchell wrote: > > > Perhaps the test should be: "[A-Z][A-Z]*[A-Z][A-Z]=*"? > > No, that’s a shellglob, no BRE. > > I think it’s best here to update the list with what

Bug#1008910: mount-functions: Only allows for LABEL/UUID

2022-04-03 Thread Elliott Mitchell
found 1008910 3.02-1 found 1008910 2.96-7+deb11u1 found 1008910 2.93-8 quit On Mon, Apr 04, 2022 at 12:48:07AM +0200, Thorsten Glaser wrote: > On Sun, 3 Apr 2022, Elliott Mitchell wrote: > > > Perhaps the test should be: "[A-Z][A-Z]*[A-Z][A-Z]=*"? > > No, that???s a shellglob, no BRE. Indeed.

Bug#1008910: mount-functions: Only allows for LABEL/UUID

2022-04-03 Thread Thorsten Glaser
On Sun, 3 Apr 2022, Elliott Mitchell wrote: > Perhaps the test should be: "[A-Z][A-Z]*[A-Z][A-Z]=*"? No, that’s a shellglob, no BRE. I think it’s best here to update the list with whatever findfs(8) comes up when it does come up; anything else would require either ksh extglobs or really excessiv

Bug#1008910: mount-functions: Only allows for LABEL/UUID

2022-04-03 Thread Elliott Mitchell
Package: initscripts Version: 3.01-1 This is *almost* #677420, but not quite. The test in /lib/init/mount-functions.sh, _read_fstab() tests for "LABEL=*|UUID=*" before resorting to `findfs`. Thing is `findfs` has two other cases it can handle and that test misses those two. Perhaps the test sho