# -*-mic2-options-*- --format=fs --compress-disk-image=none --package=tar.bz2 --arch=armv7hl --save-kernel -*-mic2-options-*- # # Do not Edit! Generated by: # kickstarter.py # lang en_US.UTF-8 keyboard us timezone --utc America/Los_Angeles part / --size 2000 --ondisk sda --fstype=ext3 rootpw meego bootloader --timeout=0 --append="quiet" user --name meego --groups audio,video --password meego repo --name=1.2-oss --baseurl=http://repo.meego.com/MeeGo/builds/1.2.0.90/@BUILD_ID@/repos/oss/armv7hl/packages/ --save --debuginfo --source --gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego %packages --excludedocs @Development Tools @MeeGo Compliance @MeeGo SDK Core sysroot @MeeGo SDK Handset sysroot %end %post # save a little bit of space at least... rm -f /boot/initrd* rm -f /var/lib/rpm/__db* rpm --rebuilddb # Without this line the rpm don't get the architecture right. echo -n 'armv7hl-meego-linux' > /etc/rpm/platform # Also libzypp has problems in autodetecting the architecture so we force tha as well. # https://bugs.meego.com/show_bug.cgi?id=11484 echo 'arch = armv7hl' >> /etc/zypp/zypp.conf %end %post --nochroot if [ -n "$IMG_NAME" ]; then echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release fi # Sysroot cleanup rm -rf $INSTALL_ROOT/bin rm -rf $INSTALL_ROOT/sbin rm -rf $INSTALL_ROOT/usr/bin rm -rf $INSTALL_ROOT/usr/lib/locale rm -rf $INSTALL_ROOT/usr/lib/python2.6 rm -rf $INSTALL_ROOT/usr/lib/valgrind rm -rf $INSTALL_ROOT/usr/libexec rm -rf $INSTALL_ROOT/usr/sbin rm -rf $INSTALL_ROOT/usr/share/doc rm -rf $INSTALL_ROOT/usr/share/gtk-doc rm -rf $INSTALL_ROOT/usr/share/locale rm -rf $INSTALL_ROOT/usr/share/man rm -rf $INSTALL_ROOT/usr/share/vim rm -rf $INSTALL_ROOT/var/lib/rpm %end