View Single Post
farfary's Avatar
Posts: 147 | Thanked: 300 times | Joined on Mar 2012 @ ^^ IRAN ^^ - Tehran :D
#163
Originally Posted by meemorph View Post
Hi farfary,

nice work - I like it. There is a little bug in your /opt/multiboot/bootit-xxxx scripts.

bug: echo "bootit="xxxx"" > /sbin/bootit
result: bootit=xxxx
-> this can result in errors in the preinit script if you source the /sbin/bootit, like you did.

correct: echo "bootit=\"xxxx\"" > /sbin/bootit
result: bootit="xxxx"
that is what you want, I think. It works perfect with this.

Thank you, for that hack.
very thanks , i didn't know this
my next update is in way , i fix it
 

The Following User Says Thank You to farfary For This Useful Post: