Page 1 of 1

Error in Bootmanager

Posted: Sun 03 May 2020, 07:17
by proebler
There appears to be an error in the Bootmanager script
/usr/sbin/bootmanager
It prevents a button in the Bootmanager's Module tab from working.
Bootmanager > Module > Load the specified module(s) early in the boot process.
The error is in Dpup Stretch 7.5 CE (RC-5), Buster Pup 8.0 CE (Beta-1), LxPupSc64 and possibly others?
line 245

Code: Select all

if [ "$CLPARAM1" = "sysdaemon" ] ; then .....
should read

Code: Select all

if [ "$CLPARAM1" = "initlist" ] ; then ....
It seems the button does not get used very often, otherwise it might have been reported before.
proebler

Posted: Sun 03 May 2020, 11:49
by 01micko
Many thanks!

fixed in woof-ce