Show Posts
|
|
Pages: 1 2 3 [4] 5 6
|
|
46
|
LinuxMCE / Users / Re: good core.
|
on: April 04, 2011, 03:47:22 pm
|
|
i believe that some are going to try to make a pandaboard into a core, as soon as they receive one which might be a while
|
|
|
|
|
55
|
LinuxMCE / Developers / Re: Findings while working on alternative install DVD...
|
on: March 11, 2011, 07:40:32 pm
|
|
well i dont want to be a downer but mine failed on grub installation, but that i mounted from the raw .iso on a vm so now ill burn it to a dvd and try on hardware
also, this new script made a much bigger .iso than i was getting previously, 2.5 gigs, i was wondering if thats what you got also?
|
|
|
|
|
56
|
LinuxMCE / Developers / Re: Findings while working on alternative install DVD...
|
on: March 10, 2011, 12:32:27 am
|
i just started over on building it so i thought i would document my process so others could try or i can be corrected if im doing something wrong. Install Ubuntu server 10.04 32 bit sudo su nano /etc/apt/sources.list add deb http://www.geekconnection.org/remastersys/repository ubuntu/ apt-get update apt-dist upgrade apt-get install xorg kdm kde-minimal subversion pmount remastersys 'dvd+rw-tools' shutdown -r now
open konsole after reboot sudo su svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer chmod 777 /home/user_name/new-installer add master-lmce.sh and postmaster.sh to the new-installer directory cd new-installer ./pre-install-from-repo.sh apt-get -f upgrade ./mce-install.sh ./master_lmce.sh
|
|
|
|
|
58
|
LinuxMCE / Developers / Re: Findings while working on alternative install DVD...
|
on: March 08, 2011, 04:16:09 pm
|
with the latest files i ran into an error growisofs:line 175: command not found i think it is a permissions problem because i know the dvd+rw-tools is installed, but i would add that to the line that installs remastersys just to be sure it gets installed i have to do some work on vm then, ill try again so i can mount the .iso next time 
|
|
|
|
|
59
|
LinuxMCE / Developers / Re: Findings while working on alternative install DVD...
|
on: March 07, 2011, 06:31:25 am
|
postmaster.sh will not be found if it is not there, so please edit the two scripts to reflect your different directory. Or try sudo su mv -r /home/USER_NAME/new-installer /root/ /root/new-installer/master_lmce.sh Obviously change the USER_NAME to reflect yours. I will write some logic into handling this later. I was going to take a break from this for a few days, but ended up doing all night because I kept working things out. I have a spacing error that appears after some of the "= " which is preventing it from forcing out some packages. Just ignore them till I get sed right. This latest one should run, only throwing some dpkg errors. There will be no videos. I am just reimaging avwiz and running, fixing errors as I go. Sorry for the amount of them that didn't run correctly. i would just add the code you posted, so that if new-installer isnt in root it copies it there, and if it is then it just throws an not found and continues.
|
|
|
|
|