From 6601e4c7bbfd2f703eb6b8ef8c2582c8029cb5f5 Mon Sep 17 00:00:00 2001
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 9 Nov 2014 11:34:34 +0000
Subject: [PATCH] Overview of initramfs-tools

---
 index.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/index.html b/index.html
index b13a32d..c0048c9 100644
--- a/index.html
+++ b/index.html
@@ -106,6 +106,30 @@
   </ul>
 </div>
 
+<div class="slide">
+  <h1>Overview</h1>
+  <ul class="incremental">
+    <li>
+      Started in Ubuntu in 2005 and adopted in Debian later that year
+    </li>
+    <li>
+      <tt>mkinitramfs</tt> builds an initramfs image using the
+      included scripts, necessary kernel modules, udev, and utilities
+      from klibc-utils or busybox
+    </li>
+    <li>
+      Uses build-time and boot-time hook scripts for
+      extensibility
+      <ul>
+	<li>Used by btrfs-tools, cryptsetup, lvm2, mdadm, etc.</li>
+      </ul>
+    </li>
+    <li>
+      Supports dependencies within each set of scripts
+    </li>
+  </ul>
+</div>
+
 <div class="slide">
   <h1>Questions?</h1>
 </div>
-- 
2.39.5