Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas.ks
blob: 9edc8c90ec0814030923d08a50a104e7bff6279c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%include soas-sugar.ks

%packages

####
# packages for non-XO SoaS
####

# general
kernel
DeviceKit-disks
evince-djvu
gvfs

# e-mail client
alpine

# additional wifi support
b43-openfwwf

# get ready for installer support
gparted
zyx-liveinstaller

# sound
pulseaudio
alsa-plugins-pulseaudio
alsa-utils

# fonts
google-droid-fonts-common
google-droid-sans-fonts
google-droid-sans-mono-fonts
google-droid-serif-fonts

%end

%post
# keep in sync with soas-base.ks's value
KERNEL_POSTINST_SCRIPT=/etc/kernel/postinst.d/olpc-fth-update

# run kernel-postinst-script to make this bootable on the XO, since
# installing the olpc-fth-update script in %pre doesn't seem to have
# any effect

current_kernel=$(ls /boot/vmlinuz-* | tail -1)
$KERNEL_POSTINST_SCRIPT $(basename $current_kernel | sed -e 's/vmlinuz-//') $current_kernel

%end