Error in Bootmanager

Please post any bugs you have found
Post Reply
Message
Author
proebler
Posts: 178
Joined: Tue 24 Jan 2012, 11:15
Location: TAS

Error in Bootmanager

#1 Post 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

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#2 Post by 01micko »

Many thanks!

fixed in woof-ce
Puppy Linux Blog - contact me for access

Post Reply