Skip to content

Instantly share code, notes, and snippets.

@lwis
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save lwis/47bab8e7c0c35bf60391 to your computer and use it in GitHub Desktop.

Select an option

Save lwis/47bab8e7c0c35bf60391 to your computer and use it in GitHub Desktop.
Raspbian Net Install
preset=server
packages=htop
release=wheezy
rootpw=raspberry
export DEBIAN_FRONTEND=noninteractive
#Config.txt
echo "gpu_mem=16" >> /boot/config.txt
#Locale
locale-gen
echo "LANG=en_GB.UTF-8" > /etc/default/locale
#Timezone
echo "Europe/London" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
#TVHeadend
echo "deb http://apt.tvheadend.org/stable wheezy main" >> /etc/apt/sources.list
curl http://apt.tvheadend.org/repo.gpg.key | apt-key add -
apt-get update
apt-get install -q -y tvheadend raspi-config rpi-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment