diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | chapter_02.xml | 34 | ||||
-rw-r--r-- | img/install_keymap.png | bin | 0 -> 14100 bytes | |||
-rw-r--r-- | img/install_login.png | bin | 0 -> 12670 bytes |
5 files changed, 32 insertions, 9 deletions
@@ -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 @@ -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 Binary files differnew file mode 100644 index 0000000..9e3165b --- /dev/null +++ b/img/install_keymap.png diff --git a/img/install_login.png b/img/install_login.png Binary files differnew file mode 100644 index 0000000..7df617e --- /dev/null +++ b/img/install_login.png |