README: removed reference to mbr.bin
[cacert-bootstrap.git] / bootstrap-stage1
blobf07c74df3f99909c9d588335c1788cb3d676d2ba
1 #!/bin/sh
2 # Copyright (C) 2009 Alejandro Mery <amery@geeks.cl>
4 # More information can be found in the files COPYING and README.
6 # This script is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; version 3 of the License, or at your
9 # choice any newer version. A copy of the GNU General Public License
10 # can be found in the file COPYING.
13 . "${0%/*}/bootstrap.conf"
14 . "${0%/*}/bootstrap.in"
16 [ -w "$1/" ] || die "Invalid target directory ($1)"
18 debootstrap "$DEBIAN" "$1" "$MIRROR"