%include soas-sugar.ks %packages #### # packages for non-XO SoaS #### # general kernel DeviceKit-disks evince-djvu gvfs # e-mail client alpine # additional wifi support b43-openfwwf # get ready for installer support gparted zyx-liveinstaller # sound pulseaudio alsa-plugins-pulseaudio alsa-utils # fonts google-droid-fonts-common google-droid-sans-fonts google-droid-sans-mono-fonts google-droid-serif-fonts %end %post # keep in sync with soas-base.ks's value KERNEL_POSTINST_SCRIPT=/etc/kernel/postinst.d/olpc-fth-update # run kernel-postinst-script to make this bootable on the XO, since # installing the olpc-fth-update script in %pre doesn't seem to have # any effect current_kernel=$(ls /boot/vmlinuz-* | tail -1) $KERNEL_POSTINST_SCRIPT $(basename $current_kernel | sed -e 's/vmlinuz-//') $current_kernel %end