# -*-mic2-options-*- --format=raw --compress-disk-image=none --package=tar.bz2 -*-mic2-options-*- # # Do not Edit! Generated by: # kickstarter.py # lang en_US.UTF-8 keyboard us timezone --utc America/Los_Angeles part / --size 3000 --ondisk sda --fstype=ext3 rootpw meego xconfig --startxonboot bootloader --timeout=0 --append="intel_idle.max_cstate=0" desktop --autologinuser=meego user --name meego --groups audio,video --password meego repo --name=oss --baseurl=http://repo.meego.com/MeeGo/builds/trunk/@BUILD_ID@/repos/oss/ia32/packages/ --save --debuginfo --source --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego repo --name=non-oss --baseurl=http://repo.meego.com/MeeGo/builds/trunk/@BUILD_ID@/repos/non-oss/ia32/packages/ --save --debuginfo --source --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/i386/ --save %packages @MeeGo Core @MeeGo X Window System @MeeGo Tablet @MeeGo Tablet Applications @MeeGo Base Development @MeeGo Compliance @MeeGo SDK Base @X for Netbooks kernel kmod-virtiogl libdgles2 mad-developer meego-sdk-qemugl-addon-tablet meego-simulator-launcher-tablet xorg-x11-drv-vesa xorg-x11-server-Xephyr adobe-release flash-plugin mesa-libEGL mesa-libGLESv2 -xorg-x11-server-Xorg %end %post # save a little bit of space at least... rm -f /boot/initrd* # Prelink can reduce boot time if [ -x /usr/sbin/prelink ]; then /usr/sbin/prelink -aRqm fi rm -f /var/lib/rpm/__db* rpm --rebuilddb sed -i "s/\(shopt -s execfail\)/sleep 15\n\1/" /usr/sbin/meego-dm # verify link of flash plugin if [ -f /usr/lib/flash-plugin/setup ]; then sh /usr/lib/flash-plugin/setup install rm -f /root/oldflashplugins.tar.gz fi echo "DISPLAYMANAGER=\"uxlaunch\"" >> /etc/sysconfig/desktop echo "session=/usr/bin/mcompositor" >> /etc/sysconfig/uxlaunch gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ -s -t string /meegotouch/target/name tablet gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ -s -t string /meego/ux/theme 1024-600-10 gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ -s -t string /meego/ux/background /usr/share/themes/1280-800-7/backgrounds/01.jpg gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \ -s -t bool /meego/ux/ShowPanelsAsHome true # Copy boot and shutdown images cp /usr/share/themes/1024-600-10/images/system/boot-screen.png /usr/share/plymouth/splash.png cp /usr/share/themes/1024-600-10/images/system/shutdown-screen.png /usr/share/plymouth/shutdown-1024x600.png # work around for maemo6 sensor crash rm /usr/lib/qt4/plugins/sensors/libqtsensors_meego.so # work around for camera rm /usr/lib/gstreamer-0.10/libgstcamerabin.so %end %post --nochroot if [ -n "$IMG_NAME" ]; then echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release fi %end