# # Brendan Le Foll taken from repo.meego. # Apparently this shouldn't be edited... # lang en_US.UTF-8 keyboard uk timezone --utc Europe/London auth --useshadow --enablemd5 part / --size 1900 --ondisk sda --fstype=ext3 rootpw moblin xconfig --startxonboot bootloader --timeout=0 --append="quiet" desktop --autologinuser=moblin --defaultdesktop=moblin user --name moblin --groups audio,video --password moblin repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/i386/ repo --name=trunk --baseurl=http://download.meego.com/trunk/repo/ia32/os/ %packages @Core @Moblin Foundation @Wimax Support @Moblin Desktop @X for Netbooks @Virtual Machine Support @Base @Games @X Window System @Basic Desktop @Basic Hardware Support @Printing kernel-netbook gdb adobe-release flash-plugin %end %post # 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 # save a little bit of space at least... rm -f /boot/initrd* # make sure there aren't core files lying around rm -f /core* # Prelink can reduce boot time if [ -x /usr/sbin/prelink ]; then /usr/sbin/prelink -aRqm fi # work around for poor key import UI in PackageKit rm -f /var/lib/rpm/__db* rpm --rebuilddb if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux ]; then rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux fi if [ -f /etc/pki/rpm-gpg/RPM-GPG-KEY-moblin ]; then rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-moblin fi %end %post --nochroot if [ -n "$IMG_NAME" ]; then echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/moblin-release fi %end