summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-27 15:36:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-27 15:37:25 (EDT)
commit2b0fc4ca23b07b6b911a3d0ce2257113b77921e9 (patch)
tree23e776286f197cea89802bdd768ea0c5a86704b8
parent3790907540d76771fc849897fdaf39677f402b1f (diff)
Add binary packages.
-rw-r--r--lilo-doc.pkg/control7
-rw-r--r--lilo-doc.pkg/files1
-rw-r--r--lilo.pkg/control4
-rw-r--r--lilo.pkg/docs0
-rw-r--r--lilo.pkg/files2
-rw-r--r--substvars4
6 files changed, 18 insertions, 0 deletions
diff --git a/lilo-doc.pkg/control b/lilo-doc.pkg/control
new file mode 100644
index 0000000..f749fb2
--- /dev/null
+++ b/lilo-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: lilo (>= ${Source-Version})
+Description: LILO boot loader for Linux - documentation
+ ${Common-Description}
+ .
+ This package provides manual pages for the LILO boot loader.
diff --git a/lilo-doc.pkg/files b/lilo-doc.pkg/files
new file mode 100644
index 0000000..72ec615
--- /dev/null
+++ b/lilo-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man/
diff --git a/lilo.pkg/control b/lilo.pkg/control
new file mode 100644
index 0000000..3f4007c
--- /dev/null
+++ b/lilo.pkg/control
@@ -0,0 +1,4 @@
+Architecture: amd64-linux-any i686-linux-any
+Platform: all
+Description: LILO boot loader for Linux
+ ${Common-Description}
diff --git a/lilo.pkg/docs b/lilo.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lilo.pkg/docs
diff --git a/lilo.pkg/files b/lilo.pkg/files
new file mode 100644
index 0000000..0c3bcbd
--- /dev/null
+++ b/lilo.pkg/files
@@ -0,0 +1,2 @@
+/sbin/
+/usr/sbin/
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..110a953
--- /dev/null
+++ b/substvars
@@ -0,0 +1,4 @@
+Common-Description:
+ LILO is a versatile boot loader for Linux. It does not depend on a specific
+ file system, can boot Linux kernel images from floppy disks and from hard
+ disks, and can even act as a "boot manager" for other kernels.