Page 2 of 2
search order for the /porteus folder
Posted: 22 Jul 2024, 15:26
by Ed_P
ncmprhnsbl wrote: ↑21 Jul 2024, 23:49
Code: Select all
$ echo -e "Porteus\nPorteusUSB" > test
$ cat test
Porteus
PorteusUSB
$ grep Porteus test
Porteus
PorteusUSB
$ grep PorteusUSB test
PorteusUSB
so using grep -w might be the way
search order for the /porteus folder
Posted: 08 Aug 2024, 03:24
by ncmprhnsbl
rych wrote: ↑22 Jul 2024, 12:38
Would you fix it maybe in the next version of initrd, please?
here's an initrd with the fix for this and the changes=EXIT: stuff removed from cleanup :
initrd.xz
sha256sum: 1d6f78d4baaaef6b88ff41939b7b589f9470348238029f4c6d5786adeaaf29db
please test