How do I turn off the autoload? (Or get it to autoload with unauth...)
Frank's "install.sh" has replaced your empeg's "init". The init is kind of like the linux equivalent of AUTOEXEC.BAT. It is located in /bin, and you can edit the file to add the "-noauth" parameter yourself.
If you are using a Windows program to edit the file, remember that it is a Linux file and needs to be formatted differently than most Windows programs provide. Here is some information from my picker-for-dummies readme that explains:
IMPORTANT NOTE: If you are editing these files on a Windows system, you must use an editor that's capable of going into "binary" mode so that you can fix a compatibility problem with carriage returns and line feed characters. Linux shell scripts must have each line terminated only by a linefeed (hexadecimal 0A), but Windows programs always put a carriage-return/linefeed pair at the end of each line (hexadecimal 0D 0A). I recommend UltraEdit (www.ultraedit.com) to do the fixing. If you edit the "pick_list" file or the "testinit.sh" file, you must perform a global binary replace of 0D OA -> 0A as the very last step before saving the file.
Something else to remember: This "init", as well as displayserver itself, will be erased every time you upgrade your empeg. Any changes you do will have to be re-done when you re-install displayserver after an upgrade.
___________
Tony Fabris