Arch Linux Modified

Goal:To make a light-weight version of Arch Linux that will accomodate most users without the need to download and configure packages.

How it works: I currently use makesquashfs to create an image of opt and usr (the biggest directories on Linux) and modify /etc/fstab to use it at boot. I then use tar to backup my filesystem. Next, I use isomaster to add my final backup image to the CD so I can deploy the operating system on all my home computers. All I have to do is install the base Arch Linux (5min) then extract my tar file from the CD (7~10min) then reboot to a perfect system. The current installed system is 1.5GB with everything that a normal user would need. Before I used SquashFS, the tar was about 4.0 GB.

What the image has and must include:

Japanese language support.

XFCE 4

Multimedia Codecs.

Video editing software.

Audio Players.

EEE PC support.

What we must do? Develop an easier way to install automatically, make the distrobution smaller and friendly. and add personal tweaks.

Where do I get it? : Here (Added 20080910@2400)

Username=root

Password=123

Current Bugs: None at this time.

How do I install it?:

Important info: To properly use this image, the root partition must be /dev/sda1 with no swap. This image will work on the eee PC also.

1)Boot the ISO
2)run partimage
3)Select partition to restore to
4)image path is /cdrom/arch.000
5)Install GRUB
6)Enjoy.

Developers Version:
If you want to be a developer, please request an account from me and I will give you the ssh login to the chroot environment so that we can build new images together.

Research to be done:

Examining squashing /lib /srv /var as much as possible.

Custom scripts in /usr/bin:

makeimage – Generates a new Arch Linux Modified Image

backup – backeups filesystem to /var/backup (No squash)

clean – Removes unused dependencies with the package manager

Saving changes and system upgrades to /opt and /usr: All the writes and changes to /usr will be written to /usr-rw.fs. Simply run makeimage and when it is complete, replace /usr.sqsh with /image/usr/sqsh.

Script used to build system:
#!/bin/bash
clear
echo Creating Image directory: /var/mod/image
mkdir /var/mod
mkdir /var/mod/image
mkdir /var/mod/image/var
mkdir /var/mod/image/var/mod
echo Syncing fileysytem to: /image
sudo nice -20 rsync -az –delete / –exclude=/usr/ –exclude=/opt/ –exclude=/var/backup –exclude=/dev –exclude=/var/log –exclude=/root –exclude=/var/tmp/kde* –exclude=/proc –exclude=/home –exclude=/media –exclude=/sys –exclude=/var/lib/pacman/sync –exclude=/var/lib/pacman/archlinuxfr –exclude=/var/lib/pacman/community –exclude=/var/lib/pacman/core –exclude=/var/lib/pacman/extra –exclude=/var/lib/pacman/testing –exclude=/var/cache/pacman –exclude=/tmp –exclude=/lost+found –exclude=/var/backup –exclude=/mnt –exclude=/usr/man –exclude=/var/abs –exclude=/sys –exclude=*.pkg.tar.gz –exclude=*.iso –exclude=*.mp3 –exclude=/opt/citrix –exclude=/image/ –exclude=/image.tar –exclude=/*.fs –exclude=/*.sqsh –exclude=/opt-rw.fs/ –exclude=/opt/usr-rw.fs/ –exclude=/var/mod /var/mod/image
echo Makeing squash image of usr
sudo nice -20 mksquashfs /usr/ /var/mod/image/var/mod/usr.sqsh -noappend
echo Making squash image of /opt
sudo nice -20 mksquashfs /opt/ /var/mod/image/var/mod/opt.sqsh -noappend
echo Creating tar image of /image to /var/mod/image.tar
mkdir /var/mod/image/var/mod/opt-rw.fs
mkdir /var/mod/image/var/mod/usr-rw.fs
mkdir /var/mod/image/home
mkdir /var/mod/image/home/rusher
mkdir /var/mod/image/home/mari
mkdir /var/mod/image/var/empty
mkdir /var/mod/image/mnt
mkdir /var/mod/image/media
mkdir /var/mod/image/tmp
mkdir /var/mod/image/sys
mkdir /var/mod/image/proc
mkdir /var/mod/image/dev
chown -R rusher:rusher /var/mod/image/home/rusher
chown -R mari:mari /var/mod/image/home/mari
cd /var/mod/image && sudo tar cpf /var/mod/image.tar *

Current Package List:
a2ps 4.13c-1
a52dec 0.7.4-4
aalib 1.4rc5-5
abs 2.2-1
acl 2.2.47-1
acpid 1.0.6-1
alsa-lib 1.0.16-1
alsa-utils 1.0.16-1
anthy 9100-1
apr 1.3.2-2
apr-util 1.3.2-2
aspell 0.60.6-1
aterm 1.0.1-1
atk 1.22.0-1
attr 2.4.41-1
audacity 1.3.5-1
audiofile 0.2.6-3
autoconf 2.62-1
automake 1.10.1-2
avahi 0.6.23-1
avidemux 2.4.3-1
bash 3.2.039-2
bcm43xx-fwcutter 006-2
bcm43xx-fwcutter 006-1
bigreqsproto 1.0.2-1
bin86 0.16.17-3
binutils 2.18-8
bison 2.3-4
blackbox 0.70.1-5
bridge-utils 1.2-2
bzip2 1.0.5-3
bzr 1.5-2
ca-certificates 20080514-3
cabextract 1.2-1
cairo 1.6.4-1
cairomm 1.6.0-1
capi4k-utils 050718-6
cdparanoia 10.1-1
cdrdao 1.2.2-2
cdrkit 1.1.8-1
clucene 0.9.20-1
cmake 2.6.0-1
compositeproto 0.4-1
confuse 2.6-1
coreutils 6.11-1
coreutils 6.12-1
coreutils 6.10-2
cpio 2.9-3
cracklib 2.8.10-5
cryptsetup 1.0.6-1
csup 20060318-5
cups 1.3.8-2
cups-pdf 2.4.8-1
curl 7.18.2-1
damageproto 1.1.0-1
dash 0.5.4-4
db 4.7.25-1
db4.1 4.1.25-2
db4.5 4.5.20-1
dbh 1.0.24-2
dbus 1.2.1-1
dbus-glib 0.76-1
dbus-python 0.82.4-1
dbus-qt3 0.62-3
dcron 3.2-3
ddcxinfo-arch 0.8-1
desktop-file-utils 0.15-1
devede 3.9-1
device-mapper 1.02.24-1
dhcdbd 3.0-1
dhclient 3.0.6-2
dhcpcd 3.2.1-1
dialog 1.1_20080316-3
dialog 1.1_20071028-1
diffutils 2.8.1-5
dmapi 2.2.8-3
dmidecode 2.9-2
dmraid 1.0.0.rc14-4
dmxproto 2.2.2-1
dnsutils 9.5.0-4
dosfstools 2.11-2
dvd+rw-tools 7.1-1
dvdauthor 0.6.14-2
e2fsprogs 1.40.2-2
e2fsprogs 1.40.8-1
eclipse 3.4-3
ed 0.9-1
eject 2.1.5-3
enchant 1.4.2-1
esd 0.2.39-1
evince 2.22.2-3
evolution-data-server 2.22.3-2
exempi 2.0.1-2
exo 0.3.4-2
expat 2.0.1-1
f-spot 0.4.4-1
faac 1.26-1
faad2 2.6.1-1
fakeroot 1.9.5-1
fam 2.7.0-10
ffmpeg 20080715-3
file 4.25-1
file-roller 2.22.4-1
filesystem 2008.03-2
filesystem 2008.06-2
filesystem 2008.07-1
findutils 4.4.0-1
firefox 3.0.1-2
fixesproto 4.0-2
flac 1.2.1-1
flashplugin 9.0.124.0-1
flex 2.5.35-1
fltk 1.1.9-1
fontcacheproto 0.1.2-1
fontconfig 2.6.0-2
fontsproto 2.0.2-1
freeglut 2.4.0-3
freetype2 2.3.7-1
fribidi 0.10.9-1
fuse 2.7.3-1
gail 1.22.3-1
gawk 3.1.6-2
gc 7.0-2
gcc 4.3.1-3
gcc-libs 4.3.0-1
gcc-libs 4.2.1-2
gcc-libs 4.3.1-3
gconf 2.22.0-1
gd 2.0.35-1
gdb 6.8-1
gdbm 1.8.3-4
gdbm 1.8.3-5
gdk-pixbuf 0.22.0-4
gen-init-cpio 2.6.17-3
gettext 0.17-1
gftp 2.0.18-2
ghostscript 8.63-3
giflib 4.1.6-3
gimp 2.4.6-1
glib 1.2.10-7
glib2 2.16.5-1
glibc 2.8-2
glibc 2.7-9
glibmm 2.16.4-2
glproto 1.4.9-1
gmime 2.2.21-1
gmp 4.2.2-2
gnome-common 2.20.0-1
gnome-desktop 2.22.3-1
gnome-desktop-sharp 2.20.1-1
gnome-icon-theme 2.22.0-1
gnome-keyring 2.22.3-1
gnome-media 2.22.0-2
gnome-menus 2.22.2-1
gnome-mime-data 2.18.0-3
gnome-mount 0.8-1
gnome-network-manager 0.6.5-1
gnome-panel 2.22.2-1
gnome-python 2.22.1-1
gnome-python-desktop 2.22.0-1
gnome-sharp 2.20.1-1
gnome-vfs 2.22.0-4
gnupod 0.99.6-2
gnutls 2.4.1-1
gparted 0.3.8-1
gpm 1.20.5-1
grep 2.5.3-3
grip 3.3.1-7
groff 1.19.2-4
grub 0.97-12
gsfonts 8.11-4
gstreamer0.10 0.10.20-1
gstreamer0.10-bad 0.10.7-1
gstreamer0.10-bad-plugins 0.10.7-3
gstreamer0.10-base 0.10.20-1
gstreamer0.10-base-plugins 0.10.20-1
gstreamer0.10-ffmpeg 0.10.4-1
gstreamer0.10-good 0.10.8-1
gstreamer0.10-good-plugins 0.10.8-3
gstreamer0.10-python 0.10.12-1
gstreamer0.10-ugly 0.10.8-1
gstreamer0.10-ugly-plugins 0.10.8-1
gtk 1.2.10-8
gtk-engine-murrine 0.53.1-1
gtk-sharp-2 2.12.1-1
gtk-xfce-engine 2.4.2-2
gtk2 2.12.11-3
gtkhtml 3.18.3-1
gtklp 1.2.6-3
gtkmm 2.12.7-1
gtkpod 0.99.12-1
gtkspell 2.0.13-1
gutenprint 5.0.2-3
gzip 1.3.12-4
hal 0.5.11-1
hal-info 0.20080508-1
hdparm 8.9-1
heimdal 1.2-1
hicolor-icon-theme 0.10-1
hunspell 1.2.6-1
hwd 5.3.4-1
hwdetect 0.9-1
icewm 1.2.35-1
icon-naming-utils 0.8.7-1
id3lib 3.8.3-10
ies4linux 2.99.0.1-2
ifenslave 1.1.0-3
imagemagick 6.4.2.7-1
imlib 1.9.15-4
imlib2 1.4.1-1
initscripts 2008.05-1
inkscape 0.46-7
inputproto 1.4.3-1
intel-dri 7.0.3-1
intltool 0.40.3-1
iproute 2.6.25-1
iptables 1.4.0-2
iputils 20070202-4
ipw2100-fw 1.3-2
ipw2200-fw 3.0-2
ipw3945 1.2.2-11
ipw3945-ucode 1.14.2-2
ipw3945d 1.7.22-4
isdn4k-utils 3.2p1-3
isomaster 1.3.3-1
ispell 3.3.02-2
iwlwifi-3945-ucode 2.14.1.5-2
iwlwifi-4965-ucode 228.57.2.21-1
jack-audio-connection-kit 0.109.2-1
jasper 1.900.1-1
jdk 6u7-1
jfsutils 1.1.12-2
jfsutils 1.1.12-1
jre 6u7-1
k3b 1.0.5-1
k9copy 2.0.2-1
kbd 1.14.1.20080309-2
kbproto 1.0.3-1
kdelibs 4.1.1-2
kdelibs3 3.5.9-2.1
kernel-eee 2.6.26.3-1
kernel-headers 2.6.25.8-1
kernel26 2.6.26.5-1
klibc 1.5-6
klibc-extras 2.4-2
klibc-kbd 1.15.20080312-6
klibc-module-init-tools 3.4-1
klibc-udev 116-4
knetworkmanager 0.2.2-1
ktorrent 3.1.2-1
lame 3.98-1
lcms 1.17-2
less 418-1
less 406-2
libao 0.8.8-2
libarchive 2.5.5-1
libart-lgpl 2.3.20-1
libavc1394 0.5.3-1
libbeagle 0.3.5.1-1
libbonobo 2.22.0-1
libbonoboui 2.22.0-1
libcap 1.10-2
libcdaudio 0.99.12-3
libcddb 1.3.0-3
libcdio 0.80-2
libcroco 0.6.1-1
libcups 1.3.8-2
libdaemon 0.12-1
libdatrie 0.1.2-1
libdc1394 2.0.1-1
libdca 0.0.5-1
libdjvu 3.5.20-1
libdmx 1.0.2-1
libdownload 1.3-1
libdownload 1.1-3
libdrm 2.3.0-1
libdv 1.0.0-1
libdvbpsi4 0.1.5-1
libdvdcss 1.2.9-2
libdvdnav 0.1.10-3
libdvdread 0.9.7-1
libebml 0.7.8-1
libelf 0.8.10-3
libevent 1.3e-1
libexif 0.6.16-1
libfontenc 1.0.4-1
libfs 1.0.1-1
libgcrypt 1.4.1-1
libgcrypt 1.4.0-1.1
libgcrypt 1.2.4-2
libgdiplus 1.9-1
libgl 7.0.3-2
libglade 2.6.2-1
libgnome 2.22.0-1
libgnomecanvas 2.20.1.1-1
libgnomecups 0.2.3-3
libgnomeprint 2.18.3-3
libgnomeprintui 2.18.2-1
libgnomeui 2.22.01-1
libgpg-error 1.6-1
libgphoto2 2.4.2-1
libgpod 0.6.0-2
libgsf 1.14.8-1
libgweather 2.22.3-1
libice 1.0.4-1
libid3tag 0.15.1b-2
libidl2 0.8.10-1
libidn 1.0-1
libiec61883 1.1.0-1
libjpeg 6b-4
liblbxutil 1.0.1-1
libldap 2.3.40-1
libmad 0.15.1b-2
libmatroska 0.8.1-1
libmikmod 3.1.12-1
libmms 0.4-1
libmng 1.0.10-1
libmp4v2 1.6-1
libmpcdec 1.2.6-1
libmpeg2 0.4.1-1
libmtp 0.2.6.1-1
libmysqlclient 5.0.60-1
libnetworkmanager 0.6.6-1
libnewt 0.52.8-1
libnl 1.1-1
libnotify 0.4.4-2
libogg 1.1.3-1
liboil 0.3.14-1
libpcap 0.9.8-2
libpng 1.2.29-1
libraw1394 1.3.0-1
librsvg 2.22.2-1
libsamplerate 0.1.4-1
libsasl 2.1.22-7
libsexy 0.1.11-1
libshout 2.2.2-2
libsidplay 1.36.59-2
libsigc++2.0 2.2.2-1
libsm 1.1.0-1
libsmbios 2.0.2-1
libsndfile 1.0.17-2
libsoup 2.4.1-2
libspectre 0.2.0-1
libstdc++5 3.3.6-2
libtasn1 1.4-1
libthai 0.1.9-1
libtheora 1.0beta1-1
libtiff 3.8.2-3
libtool 2.2.4-1
libusb 0.1.12-3
libvisual 0.4.0-1
libvorbis 1.2.0-1
libwmf 0.2.8.4-4
libwnck 2.22.3-1
libwpd 0.8.14-1
libx11 1.1.4-2
libx86 0.99-1
libxau 1.0.3-1
libxaw 1.0.4-1
libxcb 1.1-1
libxcomposite 0.4.0-1
libxcursor 1.1.9-1
libxdamage 1.1.1-1
libxdmcp 1.0.2-1
libxext 1.0.4-1
libxfce4mcs 4.4.2-1
libxfce4util 4.4.2-1
libxfcegui4 4.4.2-1
libxfixes 4.0.3-1
libxfont 1.3.3-1
libxfontcache 1.0.4-1
libxft 2.1.13-1
libxi 1.1.3-1
libxinerama 1.0.3-1
libxkbfile 1.0.5-1
libxkbui 1.0.2-1
libxml2 2.6.32-1
libxmu 1.0.4-1
libxp 1.0.0-2
libxpm 3.5.7-1
libxrandr 1.2.3-1
libxrender 0.9.4-1
libxres 1.0.3-1
libxslt 1.1.24-1
libxss 1.1.3-1
libxt 1.0.5-1
libxtrap 1.0.0-2
libxtst 1.0.3-1
libxv 1.0.4-1
libxvmc 1.0.4-1
libxxf86dga 1.0.2-1
libxxf86misc 1.0.1-1
libxxf86vm 1.0.2-1
licenses 2.4-1
lilo 22.8-2
links 2.2-1
lirc-utils 0.8.3-1
logrotate 3.7.5-1
lua 5.1.3-3
lvm2 2.02.36-1
lynx 2.8.6-1
lzo 1.08-4
lzo2 2.02-3
m17n-db 1.3.4-1
m17n-lib 1.3.4-1
m4 1.4.11-1
madwifi-newhal-svn 3835-2
madwifi-utils 0.9.4.3844-1
mailx 8.1.1-5
make 3.81-3
mc 4.6.1-5
mcpp 2.6.4-2
mdadm 2.6.4-1
mesa 7.0.3-3
mime-types 1.0-1
mjpegtools 1.8.0-3
mkinitcpio 0.5.19-1
mkinitcpio 0.5.18-1
mlocate 0.20-2
module-init-tools 3.4-1
mono 1.9.1-1
mono-addins 0.3.1-3
mousepad 0.2.13-1
mozilla-common 1.2-1
mpfr 2.3.1-1
mpg123 1.5.0-1
mplayer 1.0rc2-5
mplayer-plugin 3.55-1
mtools 3.9.11-1
musicbrainz 2.1.5-1
mutagen 1.14-1
nano 2.0.7-1
nautilus-cd-burner 2.22.1-1
ncurses 5.6-6
ndesk-dbus 0.6.0-1
ndesk-dbus-glib 0.4.1-1
ndiswrapper 1.53-1
ndiswrapper-utils 1.53-1
neon 0.28.2-2
net-tools 1.60-13
netkit-telnet 0.17-7
networkmanager 0.6.6-1
nfs-utils 1.1.0-4
nfsidmap 0.20-1
nfsidmap 0.20-2
nmap 4.68-3
normalize 0.7.7-3
notification-daemon 0.3.7-3
nspr 4.7.1-1
nss 3.12-1
ntfs-3g 1.2531-1
ntfsprogs 2.0.0-2
ntp 4.2.4p4-5
openexr 1.4.0a-2
openmotif 2.3.0-1
openoffice-base 2.4.1-2
openoffice-spell-en 20060411-3
openslp 1.2.1-1
openssh 5.0p1-2
openssl 0.9.8h-3
openswan 2.4.11-1
orbit2 2.14.13-1
pacman 3.2.0-1
pam 1.0.1-2
pango 1.20.5-1
parted 1.8.8-2
partimage 0.6.7-2
patch 2.5.9-1
pciutils 3.0.0-2
pcmciautils 014-4
pcre 7.7-2
pekwm 0.1.6-1
perl 5.10.0-4
perl-digest-sha1 2.11-3
perl-mp3-info 1.23-2
perl-unicode-string 2.09-3
perl-uri 1.35-3
perl-xml-simple 2.18-2
perlxml 2.36-1
phonon 4.2.0-2
pidgin 2.4.3-2
pixman 0.10.0-1
pkgconfig 0.23-1
pm-utils 1.1.2.4-1
pmount 0.9.13-4
poppler 0.8.4-1
poppler-glib 0.8.4-1
popt 1.10.6-3
popt 1.10.6-2
portmap 6.0-2
postgresql-libs 8.3.3-1
ppp 2.4.4-6
pptpclient 1.7.1-3
printproto 1.0.4-1
procinfo 19-2
procps 3.2.7-4
psmisc 22.6-1
psutils 1.17-1
pycairo 1.4.12-1
pycups 1.9.40-1
pygobject 2.14.2-1
pygtk 2.12.1-1
pyorbit 2.14.3-1
python 2.5.2-5
python-notify 0.1.1-3
python-numeric 24.2-2
python-opengl 3.0.0b3-1
python-pygame 1.8.1-2
pyxml 0.8.4-3
qca 2.0.1-2
qemu 0.9.1-8
qt 4.4.1-2
qt3 3.3.8-8
randrproto 1.2.2-1
raptor 1.4.18-1
readline 5.2-7
recordproto 1.13.2-1
redland 1.0.8-1
reiserfsprogs 3.6.20-3
renderproto 0.9.3-1
rhythmbox 0.11.6-1
rp-pppoe 3.10-1
rpmextract 0-2
rsync 3.0.3-1
rt2500 1.1.0_B4-24
rt2×00-rt61-fw 1.2-2
rt2×00-rt71w-fw 1.8-2
run-parts 2.28.6-2
samba 3.0.31-1
scim 1.4.7-1
scim-anthy 1.2.4-1
scim-tables 0.5.7-2
screen 4.0.3-5
scrnsaverproto 1.1.0-2
sdl 1.2.13-1
sdl_gfx 2.0.16-1
sdl_image 1.2.6-2
sdl_mixer 1.2.8-2
sdl_ttf 2.0.9-1
sdparm 1.02-2
sdparm 1.01-3
sed 4.1.5-3
setuptools 0.6c8-1
sg3_utils 1.25-1
shadow 4.0.18.2-2
shared-mime-info 0.30-1
skype 2.0.0.72-2
slang 2.1.3-2
smbclient 3.0.30-2
smpeg 0.4.4-3
soprano 2.1.1-1
sox 14.0.0-2
speex 1.2rc1-1
sqlite3 3.6.1-1
squashfs-tools 3.3-1
squeeze 0.2.3-2
startup-notification 0.9-1
strigi 0.5.11-1
subversion 1.4.6-4
sudo 1.6.9p17-1
sysfsutils 2.1.0-4
syslinux 3.60-1
syslog-ng 2.0.9-1
syslog-ng 2.0.5-3
system-config-printer 0.7.76-2
sysvinit 2.86-4
t1lib 5.1.2-1
taglib 1.5-1
tar 1.20-2
tar 1.19-2
tcl 8.5.3-1
tcp_wrappers 7.6-8
terminal 0.2.8-3
texinfo 4.12-2
thunar 0.9.0-2
thunderbird 2.0.0.16-1
tightvnc 1.3.9-4
tk 8.5.3-1
tomboy 0.10.1-1
totem-plparser 2.22.3-1
transcode 1.0.6rc1-2
trapproto 3.4.3-1
truecrypt 5.1a-1
ttf-dejavu 2.26-1
ttf-mona 2.90-1
tzdata 2008e-1
udev 119-1
uim 1.4.2-1
unrar 3.8.2-1
unzip 5.52-4
usbutils 0.73-5
util-linux-ng 2.13.0.1-2
vbetool 1.0-2
vcdimager 0.7.23-5
vi 7.1.315-1
videoproto 2.2.2-1
virtualbox-modules 1.6.2-3
virtualbox-ose 1.6.2-1
vlc 0.8.6i-3
vorbis-tools 1.2.0-3
vpnc 0.5.1-2
vte 0.16.14-1
wavpack 4.50.0-1
wget 1.11.4-1
which 2.19-2
wine 1.1.4-1
wireless_tools 29-2
wlan-ng26 0.2.9-1
wlan-ng26-utils 0.2.9-1
wlassistant 0.5.7-2
wpa_supplicant 0.5.10-1
wxgtk 2.8.8-1
x264 20080625-1
xalan-c 1.10-2
xbitmaps 1.0.1-1
xcb-proto 1.1-1
xcursor-themes 1.0.1-1
xdg-utils 1.0.2-1
xerces-c 2.8.0-1
xextproto 7.0.3-1
xf86-input-keyboard 1.3.1-1
xf86-input-mouse 1.3.0-1
xf86-video-intel 2.3.2-1
xf86-video-vesa 1.3.0-6
xf86dgaproto 2.0.3-1
xf86miscproto 0.9.2-1
xf86vidmodeproto 2.2.2-1
xfce-mcs-manager 4.4.2-1
xfce-mcs-plugins 4.4.2-2
xfce-utils 4.4.2-1
xfce4-appfinder 4.4.2-1
xfce4-icon-theme 4.4.2-1
xfce4-mixer 4.4.2-2
xfce4-panel 4.4.2-2
xfce4-session 4.4.2-3
xfdesktop 4.4.2-4
xfprint 4.4.2-4
xfsdump 2.2.46-3
xfsprogs 2.9.8-1
xfwm4 4.4.2-4
xfwm4-themes 4.4.2-1
xine-lib 1.1.15-1
xineramaproto 1.1.2-1
xinetd 2.3.14-3
xkeyboard-config 1.3-1
xorg-apps 1.0.3-3
xorg-clients 7.0-1
xorg-font-utils 1.0.3-3
xorg-fonts-100dpi 1.0.1-1
xorg-fonts-75dpi 1.0.1-2
xorg-fonts-alias 1.0.1-1
xorg-fonts-encodings 1.0.2-2
xorg-fonts-misc 1.0.0-3
xorg-res-utils 1.0.3-2
xorg-server 1.4.2-1
xorg-server-utils 7.3-1
xorg-twm 1.0.4-1
xorg-utils 7.3-1
xorg-xauth 1.0.3-1
xorg-xdm 1.1.8-1
xorg-xfs 1.0.8-1
xorg-xfwp 1.0.1-2
xorg-xinit 1.1.0-1
xorg-xkb-utils 7.3-1
xorg-xsm 1.0.1-2
xproto 7.0.13-1
xterm 235-1
xtrans 1.2.1-1
xulrunner 1.9.0.1-2
xvidcore 1.1.3-1
zd1211-firmware 1.4-2
zlib 1.2.3-4
zlib 1.2.3.3-2