# $Id$ # # Main configuration file for project-builder.org make build media aka pbmkbm # # These deps are needed before setupvm|ve can be run. # Install them with your distribution in VM or automatically in VE mkbmmindep default = perl,sudo,wget,tar,make,gzip # These deps are needed for rpmbootstrap to install a base distribution # Originally reuse from rinse conf files mkbmmindep fedora-4 = MAKEDEV,SysVinit,audit-libs,basesystem,bash,beecrypt,bzip2-libs,chkconfig,coreutils,cracklib,cracklib-dicts,db4,device-mapper,e2fsprogs,elfutils-libelf,ethtool,expat,filesystem,findutils,gawk,gdbm,glib2,glibc,glibc-common,grep,info,initscripts,iproute,iputils,krb5-libs,libacl,libattr,libcap,libgcc,libidn,libselinux,libsepol,libstdc++,libtermcap,libxml2,libxml2-python,mingetty,mktemp,module-init-tools,ncurses,neon,net-tools,openssl,pam,pcre,popt,procps,psmisc,python,python-elementtree,python-sqlite,python-urlgrabber,readline,rpm,rpm-libs,rpm-python,sed,setup,shadow-utils,sqlite,sysklogd,termcap,tzdata,udev,util-linux,yum,zlib # Commands needed on the underlying system mkbmcmd pbmkbm = #tar,chmod,ls mkbmcmdopt pbmkbm = #,cfghtml,wget,sudo,mv,gzip,rm,chroot,schroot,cp,chown,mkdir,cat,bash, # # Directories to create on the target media mkbmtargetdir pbmkbm = /bin,/usr/bin,/tmp # Files to embed on the target media mkbmtargetfiles pbmkbm = # Where are the ISO bootloader for this OS mkbmisobl linux = /usr/lib/syslinux/isolinux.bin,/usr/lib64/syslinux/isolinux.bin mkbmkbd mageia = /usr/lib/kbd # How do you want to install content in your VE (pkg or file) mkbminstalltype default = pkg # No gentoo repo provided yet mkbminstalltype gen = file # Default main package for pkg install of pb mkbmpkg default = project-builder # Where is the associated repo mkbmrepo rpm = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}/pb.repo mkbmrepo deb = ftp://ftp.project-builder.org/$pbos->{'name'}/$pbos->{'version'}/pb.sources.list