Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpc.ks
blob: 955469e9bae3f53d0b3cc50fd318dbcc364f905b (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
%include base.ks
%include gnome.ks
%include sugar.ks

bootloader --timeout=1
part / --size 1024
services --enabled=NetworkManager --disabled=acpid,auditd,cups,dnsmasq,exim,ip6tables,iptables,irda,kerneloops,mdmonitor,netfs,network,nfs,nfslock,nscd,portreserve,rpcbind,rpcgssd,rpcidmapd,sshd

%packages --excludedocs --instLangs en_US

# double check this
# @admin-tools
# -system-config-lvm
libertas-usb8388-firmware
kernel.i586
chkconfig

# temporary changes
-sugar-browse
-pygame
-sugar-pippy
-PersonalCopy-Lite-patches

# graphical base environment
desktop-backgrounds-basic
openssh-askpass
plymouth-system-plugin
xorg-x11-server-Xorg
xorg-x11-drv-void
xorg-x11-drv-fbdev
xorg-x11-drv-geode
xorg-x11-drv-evdev
xorg-x11-drv-keyboard
xorg-x11-drv-mouse
xorg-x11-drv-cirrus
xorg-x11-utils
xorg-x11-xinit
xorg-x11-xauth
%end