Changeset 1402 in ProjectBuilder for devel/pbmkbm/etc/pbmkbm.conf


Ignore:
Timestamp:
Feb 3, 2012, 12:17:04 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100

  • Fix the -t option without param for pb
  • add a function to analyze busybox countent and create appropriate structure for pbmkbm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pbmkbm/etc/pbmkbm.conf

    r1341 r1402  
    1212mkbmmindep 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
    1313
    14 # Where to store packages downloaded temporarily by rpmbootstrap
    15 mkbmcachedir default = /var/cache/rpmbootstrap
     14# Commands needed on the underlying system
     15mkbmcmd pbmkbm = #tar,chmod,ls
     16mkbmcmdopt pbmkbm = #,cfghtml,wget,sudo,mv,gzip,rm,chroot,schroot,cp,chown,mkdir,cat,bash,
     17#
    1618
    17 # Commands needed on the underlying system
    18 mkbmcmd pb = tar,chmod,ls
    19 mkbmcmdopt pb = rpmbuild,dpkg-buildpackage,rpm,dpkg,wget,sudo,apt-get,mv,gzip,ebuild,makepkg,pkgmk,pkgtrans,rm,rpmlint,lintian,chroot,schroot,cp,chown,debsign,qemu-img,qemu,kvm,rpmbootstrap,rinse,mock,debootstrap,mkdir,cat,ssh,scp,yum,bash,make,vi,ssh-keygen,svn,hg,cvs,git,svk,svn2cl,cvs2cl,urpmi
    20 mkbmcmd rpmbootstrap = rpm,rpm2cpio,wget
    21 #mkbmcmdopt rpmbootstrap =
    22 #
     19# Directories to create on the target media
     20mkbmtargetdir pbmkbm = /bin,/usr/bin,/tmp
     21# Files to embed on the target media
     22mkbmtargetfiles pbmkbm =
     23
     24# Where are the ISO bootloader for this OS
     25mkbmisobl linux = /usr/lib/syslinux/isolinux.bin,/usr/lib64/syslinux/isolinux.bin
     26mkbmkbd mageia = /usr/lib/kbd
    2327
    2428# How do you want to install content in your VE (pkg or file)
Note: See TracChangeset for help on using the changeset viewer.