summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2010-07-08 11:18:27 -0400
committerVincent Batts <vbatts@hashbangbash.com>2010-07-08 11:18:27 -0400
commitb56dbb104b7e64d6bd270ed4260c3b309b645edd (patch)
tree09f4a1c7c41b64c72eff7cd88acf9d24f15807d3
parentcb960440f0476588843f6a965f4c084c66749fc2 (diff)
downloadslackbook-b56dbb104b7e64d6bd270ed4260c3b309b645edd.tar.xz
* adding a "view" target to the make file
* updating the TODO * adding two simple pictures from the installer * including those images in chapter_02 * filling in a bit of fdisk(8) output
-rw-r--r--Makefile4
-rw-r--r--TODO3
-rw-r--r--chapter_02.xml34
-rw-r--r--img/install_keymap.pngbin0 -> 14100 bytes
-rw-r--r--img/install_login.pngbin0 -> 12670 bytes
5 files changed, 32 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index daef830..46e4b64 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,8 @@ book.html: clean build.sh $(chapters)
clean:
rm -f book.html
+.PHONY: view
+view:
+ xdg-open book.html
+
.DEFAULT_GOAL := book.html
diff --git a/TODO b/TODO
index f4e46f0..5e3e67e 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,9 @@ General
in reference to how the admin might be misled into thinking that they are
causing breakage...
+Chapter 2.
+* Booting the Installer
+
Chapter 4. Basic Shell Commands
* Section 'Reading Documents'
diff --git a/chapter_02.xml b/chapter_02.xml
index 2458d80..c817bf4 100644
--- a/chapter_02.xml
+++ b/chapter_02.xml
@@ -43,6 +43,14 @@ FILL THIS IN! FILL THIS IN!
FILL THIS IN! FILL THIS IN!
</para>
+<para>
+<imagedata fileref="img/install_keymap.png" format="PNG" />
+</para>
+
+<para>
+<imagedata fileref="img/install_login.png" format="PNG" />
+</para>
+
</section>
<section>
@@ -112,15 +120,23 @@ message telling you what to do with <application>fdisk</application>.
</para>
<screen>Command (m for help): <userinput>m</userinput>
-
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-FILL THIS IN! FILL THIS IN!
-
+Command action
+ a toggle a bootable flag
+ b edit bsd disklabel
+ c toggle the dos compatibility flag
+ d delete a partition
+ l list known partition types
+ m print this menu
+ n add a new partition
+ o create a new empty DOS partition table
+ p print the partition table
+ q quit without saving changes
+ s create a new empty Sun disklabel
+ t change a partition's system id
+ u change display/entry units
+ v verify the partition table
+ w write table to disk and exit
+ x extra functionality (experts only)
</screen>
<para>
diff --git a/img/install_keymap.png b/img/install_keymap.png
new file mode 100644
index 0000000..9e3165b
--- /dev/null
+++ b/img/install_keymap.png
Binary files differ
diff --git a/img/install_login.png b/img/install_login.png
new file mode 100644
index 0000000..7df617e
--- /dev/null
+++ b/img/install_login.png
Binary files differ