# This kickstart file provides a build environment very close to what OBS contains, for IA32 # Author: Carsten Munk lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 part / --size 3000 --ondisk sda --fstype=ext3 rootpw moblin #bootloader --timeout=10 # applicable only in menlow #keep the order repo --name=meego-trunk --baseurl=http://repo.meego.com/MeeGo/devel/trunk/repo/ia32/os/ %packages acl attr autoconf automake bash binutils bzip2 bzip2-libs coreutils cpio db4 diffutils elfutils-libelf file file-libs filesystem findutils gawk gcc gcc-c++ glibc glibc-common glibc-headers grep groff gzip info kernel-headers libacl libattr libcap libgcc libstdc++ libtool lua m4 make meego-release meego-rpm-config ncurses-libs net-tools nspr nss nss-softokn-freebl pam patch perl perl-libs pkgconfig popt readline rpm rpm-build rpm-libs sed setup shadow-utils sqlite tar tzdata unzip util-linux-ng xz-libs xz-lzma-compat zlib vim nano %end %post # make sure there aren't core files lying around rm -f /core* rpm --rebuilddb %end