# -*-mic2-options-*- -f livecd -*-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="quiet" desktop --autologinuser=meego user --name meego --groups audio,video --password meego repo --name=1.2-oss --baseurl=http://download.meego.com/snapshots/1.1.99.5.20110503.6/repos/oss/ia32/packages/ --save --debuginfo --source --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego repo --name=1.2-non-oss --baseurl=http://download.meego.com/snapshots/1.1.99.5.20110503.6/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 @X for Netbooks @MeeGo Base Development @Development Tools kernel installer flash-plugin sensorfw-pegatron -dsme -libdsme %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 # 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 echo "xopts=-nocursor" >> /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.defaults \ -s -t bool /meego/ux/ShowPanelsAsHome true echo "10-pegatron" > /etc/boardname-override echo "10-pegatron" > /etc/boardname cp /etc/sensorfw/sensord.conf.d/* /etc/sensorfw/ # Work around for eGalax Touchscreen cp /etc/X11/xorg.conf.d/60-cando-mtev.conf /etc/X11/xorg.conf.d/60-egalax-mtev.conf sed -i s/"Cando Multi Touch Panel"/"eGalax Touchscreen"/ /etc/X11/xorg.conf.d/60-egalax-mtev.conf sed -i s/Cando/eGalax/ /etc/X11/xorg.conf.d/60-egalax-mtev.conf # 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