let’s see how a debian build would go
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 22 Jan 2014 12:13:58 +0000 (13:13 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 22 Jan 2014 12:13:58 +0000 (13:13 +0100)
lbuild-initvm.sh

index 0395fe1..5700724 100755 (executable)
@@ -539,8 +539,6 @@ function setup_lxc() {
        debootstrap)
            debian_install || { echo "failed to install debian/ubuntu root image"; exit 1 ; }
            debian_configure || { echo "failed to configure debian/ubuntu for a container"; exit 1 ; }
-           echo "$COMMAND: no support for debootstrap-based systems - yet"
-           exit 1
            ;;
        *)
            echo "$COMMAND:: unknown package_method - exiting"