Jump to content

chameleon auto login in Lion


Ashand
 Share

2 posts in this topic

Recommended Posts

Hi

I have installed Lion on my SERVER everything is working fine , when i turn on the server i get the chameleon menu then have to choose the boot disk to load Lion , is there a way to configure auto logon to this specific boot disk?

how to enable it?

Thanks

Link to comment
Share on other sites

<key>Timeout</key>

<string>5</string>

 

add this to your com.apple.Boot.plist, this is the full version of mine

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>EthernetBuiltIn</key>

<string>Yes</string>

<key>Kernel Flags</key>

<string>npci=0x2000</string>

<key>Timeout</key>

<string>5</string>

</dict>

</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...