Related Articles
Git für Kernel und Scripte
Sorry, this entry is only available in Deutsch. Übersicht https://github.com/a1d3s Kernel 3.18 mit HDMI-CEC und FBTFT (nicht auf 3.18.2 gepatched) https://github.com/a1d3s/linux-3.18 Kernel 3.19-rc4 https://github.com/a1d3s/linux git ist nun auch aktuell mit meinen wenigen patches und meiner banana_defconfig Skripte https://github.com/a1d3s/Scripts.git Resize und config script sind jetzt vorhanden
RaspberryPi und RaspbmcRaspberryPi und Raspbmc
Hello after a slightly longer again 🙂 I bought at Christmas time a small toy. As the title says a Raspberry. I am doing this with me raspbmc me. http://www.raspbmc.com/download/ Raspbmc is a media center based on XBMC which is available for XBOX, Windows and Linux. Clear the Raspberry thus works with SD cards for […]
Skript zum anpassen der root PartitionScript for resize root partition
hi there, here a little script for resize the root partition on the bpi or like somthing else cat /dev/null d 2 n p 2 $p2_start p w __EOF__ sync touch /root/.resize echo “Ok, Partition resized, please reboot now” echo “Once the reboot is completed please run this script again” } resize_fs() { echo “Activating […]