Darkland | net

Aptosid Starting Info

Published on 21 August, 2013 by amj

aptosid uses a split file structure for repositories. There are two files listed under /etc/apt/sources.list.d:
aptosid.list
debian.list

The debian.list file looks like this:deb http://cdn.debian.net/debian/ sid main
deb-src http://cdn.debian.net/debian/ sid main
deb ftp://ftp.debian-multimedia.org sid main non-free
# deb ftp://mirror.csclub.uwaterloo.ca/debian-multimedia/ unstable main
# deb-src ftp://mirror.csclub.uwaterloo.ca/debian-multimedia/ unstable main

post apt-get dist-upgrade jive:

Install All Of These
libggi-target-x libggiwmh0-target-x libgii1-target-x qt4-qtconfig smplayer-translations smplayer-themes nas libdv-bin libggi-target-emu libggi-target-monotext libggimisc2 vdpau-driver w32codecs libdvdcss mplayer-doc alsa-tools audacious jackd w32codecs libdvdcss2

The Easiest Way To Set Timezone After Install
Run:
# dpkg-reconfigure tzdata
 
Current default time zone: 'America/Los_Angeles'
net time is now: Sat Feb 5 05:48:38 PST 2011.
Universal Time is now: Sat Feb 5 13:48:38 UTC 2011.

Edit /etc/default/rcS#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.
TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
# UTC=yes
UTC=no
VERBOSE=no
FSCKFIX=no
RAMRUN=no
RAMLOCK=no

Back