Skip to content

Instantly share code, notes, and snippets.

@KayEss
Created October 18, 2013 12:39
Show Gist options
  • Save KayEss/7040922 to your computer and use it in GitHub Desktop.
Save KayEss/7040922 to your computer and use it in GitHub Desktop.
mkschroot configuration file for running Skype inside a schroot.
{
"root": "/var/chroot/",
"source": "http://th.archive.ubuntu.com/ubuntu/",
"http-proxy": "http://apt-cacher:3142/",
"defaults": {},
"schroot": {
"skype": {
"release": "lucid",
"packages": [
"libasound2", "libqt4-dbus", "libqt4-network", "libqt4-webkit",
"libqt4-xml", "libqtcore4", "libqtgui4", "libx11-6", "libx11-6", "libxss1",
"libxv1"
],
"sources": {
"universe": {}
},
"conf": {
"personality": "linux32"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment