-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcdrom-readme.html
67 lines (63 loc) · 1.73 KB
/
cdrom-readme.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>kexec-loader $VERSION ISO package</title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
}
h1, h1 a:hover {
font-size: xx-large;
color: #0099FF;
}
h2, h2 a:hover {
color: #0066FF;
}
h3, h3 a:hover {
color: #0033CC;
}
a:link, a:visited {
text-decoration: none;
color: blue;
}
a:hover {
color: red;
}
.code {
background-color: #E5E5E5;
border: 1px solid #000000;
padding: 5px;
font-family: monospace;
}
td, th {
border-top: 1px solid black;
border-left: 1px solid black;
padding: 2px 5px;
}
table {
border-right: 1px solid black;
border-bottom: 1px solid black;
border-collapse: collapse;
}
-->
</style>
</head>
<body>
<h1>kexec-loader $VERSION ISO package</h1>
<p>
This package contains the files required to build a kexec-loader ISO image on a Linux machine. Please ensure you have installed mkisofs, lzma and cpio before running the mkiso.sh script. When you run the script, all files will be copied from the iso-files directory to the new image and any modules in the iso-modules directory will be added to the initramfs.
</p>
<p>
To build an ISO simply edit the kexec-loader.conf file in iso-files, copy any extra modules you require to iso-modules and run the mkiso.sh script, passing the output ISO filename as the first argument. For example:
</p>
<div class="code">
./mkiso.sh kexec-loader.iso
</div>
<p>
Note: You will need to add modules for accessing the CD to the iso-modules directory, such as iso9660 and IDE, SATA or whatever else is applicable.
</p>
</body>
</html>