]> git.siccegge.de Git - forks/vmdebootstrap.git/blob - README
Erf, undo the removal of mbr
[forks/vmdebootstrap.git] / README
1 README for vmdebootstrap
2 ========================
3
4 `debootstrap` installs a basic Debian system into a directory, for use with
5 `chroot`(8). `vmdeboostrap` is a wrapper around it to install Debian into
6 a disk image, which can be used with a virtual machine (such as KVM).
7
8 See the manual page and `vmdebootstrap --help` for details on how to
9 use the program. The manual page has an example.
10
11
12 What you need
13 -------------
14
15 In order to use vmdebootstrap, you'll need a few things:
16
17 * debootstrap
18 * extlinux
19 * qemu-img (in the qemu-utils package in Debian)
20 * parted
21 * mbr
22 * kpartx
23 * python-cliapp (see http://liw.fi/cliapp/)
24
25
26 Legalese
27 --------
28
29 Copyright 2011 Lars Wirzenius
30
31 This program is free software: you can redistribute it and/or modify
32 it under the terms of the GNU General Public License as published by
33 the Free Software Foundation, either version 3 of the License, or
34 at your option) any later version.
35
36 This program is distributed in the hope that it will be useful,
37 but WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 GNU General Public License for more details.
40
41 You should have received a copy of the GNU General Public License
42 along with this program. If not, see <http://www.gnu.org/licenses/>.
43