Drop support for f16, f17 (obsolete) and add support for f19.
[a-fedora-appliance.git] / README
1 This is a package that contains a Fedora appliance, otherwise known as
2 a small Fedora virtual machine.
3
4 ----------------------------------------------------------------------
5 (1) If you have just installed this package from an RPM
6 ----------------------------------------------------------------------
7
8 The appliance is located in /var/lib/a-fedora-appliance/
9
10 There are three files:
11   - kernel: symbolic link to the kernel
12   - initrd: initrd
13   - root: the appliance disk itself
14
15 To test boot the appliance, run:
16   sudo /usr/bin/boot-a-fedora-appliance
17
18 You probably want to copy /usr/bin/boot-a-fedora-appliance and modify
19 it for your own purposes.
20
21
22 ----------------------------------------------------------------------
23 (2) If you are building from the source tarball
24 ----------------------------------------------------------------------
25
26 Do:
27
28   ./configure
29   make
30
31 To run locally without installing:
32
33   make local-build
34
35 This creates 3 files (kernel, initrd, root) in the local directory.
36
37 You can test-boot this appliance by doing:
38
39   make local-boot
40
41
42 ----------------------------------------------------------------------
43 (3) If you want to do a Koji scratch build
44 ----------------------------------------------------------------------
45
46 Do:
47
48   ./configure
49   make
50   make dist
51
52   make koji-f18
53 or:
54   make koji-f17