Development Guide?
|
2nd Dec, 2013, 01:09 AM
Post: #4
|
|||
|
|||
RE: Development Guide?
i just installed the packages to jessie successfully. after --second-stage finishes, exit the chroot and bind /proc /sys /dev /dev/pts /boot to the jessie dir ( /mnt/jessie in case of this guide ).
Code: mount -o bind /dev /mnt/jessie/dev then chroot into it calling busybox sh applet (to have vi, less and others available). Code: chroot /mnt/jessie /bin/busybox sh edit sources.list and add "deb http://xbian.brantje.com devel main", "deb http://xbian.brantje.com staging main" and "deb http://xbian.brantje.com stable main". run apt-get update and install xbian-package-kernel. this will install also initramfs tools, btrfs-tools and splash. you have also to create xbian user and deliver the base /home/xbian files (I created deb package called xbian-package-xbianhome). this will do this for you - adduser xbian, unpack base files. then you can reboot (change cmdline.txt as described earlier). after reboot jessie will boot. proceed to apt-get install xbian-update. reboot, xbmc will start and you have clean and fresh raspbian with XBian enhancements on it (XBian Beta2 actually). btw: you will probably need to install perl-modules, locales (apt-get install perl-modules, locales). later we can add this as dependency to xbian-update package. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Development Guide? - A_Porcupine - 13th Sep, 2013, 08:32 AM
RE: Development Guide? - Koenkk - 13th Sep, 2013, 04:41 PM
RE: Development Guide? - mk01 - 1st Dec, 2013, 06:25 PM
RE: Development Guide? - mk01 - 2nd Dec, 2013 01:09 AM
RE: Development Guide? - Killerbee - 2nd Dec, 2013, 11:55 PM
RE: Development Guide? - mk01 - 3rd Dec, 2013, 01:42 AM
RE: Development Guide? - mk01 - 3rd Dec, 2013, 06:36 AM
RE: Development Guide? - Killerbee - 7th Dec, 2013, 11:43 PM
RE: Development Guide? - Killerbee - 10th Dec, 2013, 01:16 AM
RE: Development Guide? - Killerbee - 11th Dec, 2013, 08:17 AM
RE: Development Guide? - mk01 - 13th Dec, 2013, 10:02 AM
RE: Development Guide? - Killerbee - 16th Dec, 2013, 08:52 PM
RE: Development Guide? - mk01 - 21st Dec, 2013, 06:55 AM
|