Skip to content

Instantly share code, notes, and snippets.

@ewann
ewann / 0prereqs.sh
Last active August 29, 2015 14:25
Ubuntu kickstart (not validated)
#!/bin/bash
#https://help.ubuntu.com/community/KickstartCompatibility
#sudo apt-get install system-config-kickstart
#fails due to:
#https://bugs.launchpad.net/ubuntu/+source/system-config-kickstart/+bug/1236315
#https://bugs.launchpad.net/ubuntu/+source/system-config-kickstart/+bug/1260107
sudo apt-get install libgnomeui-0
sudo apt-get remove hwdata
wget ftp://mirror.ovh.net/mirrors/ftp.debian.org/debian/pool/main/h/hwdata/hwdata_0.234-1_all.deb
@ewann
ewann / gist:b0aeedf57bd6879946c6
Last active August 29, 2015 14:24
Ubuntu 15.04 Acer c710 Chromebook (Google Parrot) trackpad, keyboard-shortcut & hibernate support
#check the graphics driver is supported by unity for 3d acceleration
#appears to work out of the box on 15.04, but historically this has been problematic
/usr/lib/nux/unity_support_test -p
#References:
#http://askubuntu.com/questions/318024/how-to-check-if-everything-is-ok-with-unity3d-in-ubuntu-12-04-lts
#modify ubuntu config to allow trackpad to work
#https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1475945