forked from beaker-project/beaker-project.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Beaker in a box</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="header">
<div class="body_element">
<div class="title">
<a href="../"><img src="../images/logo.png" alt="Beaker" width="110" height="40" /></a>
</div>
<nav class="menu">
<a href="../">about</a>
<a href="../help.html">help</a>
<a href="../download.html">download</a>
</nav>
</div>
</div>
<div class="main_content">
<div class="body_element">
<h1>Beaker in a box</h1>
<p>This kickstart and associated scripts can be used to install and
configure a complete working Beaker environment, including three virtual
guests to act as test systems. You will need a spare system capable of KVM
virtualization with at least 4GB of RAM.</p>
<pre>http://beaker-project.org/in-a-box/beaker.ks</pre>
<p>You can also walk through the kickstarts and scripts online, with
side-by-side documentation:</p>
<ul>
<li><a href="beaker.ks.html">beaker.ks</a></li>
<li><a href="beaker-setup.html">beaker-setup</a></li>
<li><a href="beaker-distros.html">beaker-distros</a></li>
<li><a href="beaker-virt.html">beaker-virt</a></li>
</ul>
</div>
</div>
</body>
<!-- vim: set sw=2 : -->
</html>