From b56dbb104b7e64d6bd270ed4260c3b309b645edd Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 8 Jul 2010 11:18:27 -0400 Subject: * 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 --- Makefile | 4 ++++ TODO | 3 +++ chapter_02.xml | 34 +++++++++++++++++++++++++--------- img/install_keymap.png | Bin 0 -> 14100 bytes img/install_login.png | Bin 0 -> 12670 bytes 5 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 img/install_keymap.png create mode 100644 img/install_login.png 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! + + + + + + + +
@@ -112,15 +120,23 @@ message telling you what to do with fdisk. Command (m for help): m - -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) diff --git a/img/install_keymap.png b/img/install_keymap.png new file mode 100644 index 0000000..9e3165b Binary files /dev/null and b/img/install_keymap.png differ diff --git a/img/install_login.png b/img/install_login.png new file mode 100644 index 0000000..7df617e Binary files /dev/null and b/img/install_login.png differ -- cgit v1.2.3