README: removed reference to mbr.bin
[cacert-bootstrap.git] / bootstrap.conf
blob4df8f0d2da819118e8291c8e7d7881fad566f373
1 # Copyright (C) 2009 Alejandro Mery <amery@geeks.cl>
3 # More information can be found in the files COPYING and README.
5 # This script is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; version 3 of the License, or at your
8 # choice any newer version. A copy of the GNU General Public License
9 # can be found in the file COPYING.
11 HDSIZE=512
12 HDIMAGE='cacert-test-image.raw'
13 MOUNT="$HDIMAGE.d"
14 FS=ext3
15 DEBIAN=etch
16 MIRROR='http://ftp.debian.org'