[General] # arch and directory can be specified on the command line. #arch=armel #directory=/opt/multistrap/ # same as --tidy-up option if set to true cleanup=false # retain the sources outside the rootfs for distribution # specify a directory to which all the .debs can be moved. # or override with the --source-dir option. # same as --no-auth option if set to true # keyring packages listed in each debootstrap will # still be installed. noauth=true # retries not needed. #retries=5 # extract all downloaded archives unpack=true bootstrap=Ubuntu Updates Security Mirantis Fuel Extra0 # the order of sections is no longer important. # debootstrap determines which repository is used to # calculate the list of Priority: required packages # the order of sections is no longer important. # aptsources is a list of sections to be listed # in the /etc/apt/sources.list.d/multistrap.sources.list # of the target. aptsources=Ubuntu Updates Security Mirantis Fuel Extra0 [Mirantis] packages=apt wget bzip2 apt-utils source=http://mirrors-local-msk.msk.mirantis.net/ubuntu-6.0.1/ suite=precise omitdebsrc=true #ifdef USE_MIRROR_NONE [Security] source=http://mirrors-local-msk.msk.mirantis.net/ubuntu-6.0.1/ suite=precise-security omitdebsrc=true [Ubuntu] source=http://mirrors-local-msk.msk.mirantis.net/ubuntu-6.0.1/ suite=precise omitdebsrc=true [Updates] source=http://mirrors-local-msk.msk.mirantis.net/ubuntu-6.0.1/ suite=precise-updates omitdebsrc=true [Fuel] source=http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0.1-stable/reprepro suite=precise omitdebsrc=true #endif [Extra0] omitdebsrc=true source=http://mirrors-local-msk.msk.mirantis.net/ubuntu-security-6.0.1/ suite=precise-security components=main universe multiverse restricted