Hello, I'd like to say that I'm very happy with LMCE.
I've recently installed the 8.10 successfully, and actually got everything working. :-)
The only question I have now is how to set installer options.
This is what I mean. In 7.10 their's a gui, that asks you if you want to use this system primarily for LMCE, or to start kubuntu, then start lmce manual.
It also asks if you want to install the media player software or to install the core software.
During my install of 8.10 I saw this options being passed in the terminal, and wandered where in all that code are the options are to modify the installer options.
Or could I just use the 7.10 installer.deb on the 8.10 dvd snapshot?
This is the code I'm talking about
--- start mce wizard data ---
c_deviceType=2 # 1-Core, 2-Hybrid, 3-DiskedMD
c_netIfaceNo=1
c_netExtName='eth0'
c_netExtIP=''
c_netExtMask=''
c_netExtGateway=''
c_netExtDNS1=''
c_netExtDNS2=''
c_netExtUseDhcp=1 # 1 - Yes / 0 - No
c_runDhcpServer=1 # 1 - Yes / 0 - No
c_netIntName='eth1'
c_netIntIPN='192.168.80'
c_startupType=1 #0 - Start Kde / 1 - Start LMCE
c_installType=1
c_installMirror='http://archive.ubuntu.com/ubuntu/'
c_netExtKeep='true'
c_installUI=0 # 0 - UI1, 1 - UI2M, 2 - UI2A
c_linuxmceCdFrom=1 # 1 - CD, 2 -ISO
c_linuxmceCdIsoPath=''
c_ubuntuExtraCdFrom=1
c_ubuntuExtraCdPath=''
c_ubuntuLiveCdFrom=1
c_ubuntuLiveCdPath=''
--- end mce wizard data ---
I'm wanting to run kubuntu at start up and then start core services manually, then start the media center.
Thanks all for your contribution. This is going to be epic.