From d32a4477b11b06ac2da9e3e749ef9945e88c7551 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 25 Feb 2003 05:53:22 +0000 Subject: [PATCH] Added a few extra things, just about ready for a release. --- doc/html/index.html | 9 +++++---- yard/templates/Example.yard | 24 ++++++++++++++++-------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index ce4272a..c13d283 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,7 +3,7 @@ -
$Id: index.html,v 1.122 2003/02/20 03:24:12 freesource Exp $
+
$Id: index.html,v 1.123 2003/02/24 05:58:04 freesource Exp $

@@ -792,8 +792,8 @@ At this point you will probably want to play around a little bit.  Familiarize yourself with the Format Rules found near the top of the template or here.  You may want to save the -template with a different name and experiment with changes, or create -a new template using File->New (Shortcut: Alt-N).

+template with a different name and experiment with new changes, or +create a new template using File->New (Shortcut: Alt-N).

Make your own mini distribution from an existing template. @@ -807,7 +807,8 @@ Choose Example.yard from the Template menu in the ARS. There are two types of inittabs provided for each major distribution type.  The inittab with nodevfs appended doesn't use the -device fs, i.e. the devfs=nomount kernel option.

+device fs. Use the devfs=nomount kernel option if no devfs is +desired.

diff --git a/yard/templates/Example.yard b/yard/templates/Example.yard index 518d57b..1893f80 100644 --- a/yard/templates/Example.yard +++ b/yard/templates/Example.yard @@ -1,11 +1,12 @@ -# $Id: Example.yard,v 1.26 2003/02/20 03:24:07 freesource Exp $ +# $Id: Example.yard,v 1.28 2003/02/24 06:41:03 freesource Exp $ # Example.yard # # Creates a minimalistic multi-user runlevel root filesystem with -# getty. Tested on Debian stable/unstable and Red Hat 7.3/8.0. -# Known to work with Red Hat 7.2 and Mandrake 8.1 with gbootroot -# 1.3.6 (glibc 2.2.4). Should work with other distributions by -# using the proper inittab and getty. Send in feedback. +# getty. Tested on Debian stable/unstable, Red Hat 7.3/8.0, Mandrake +# 9.0 and Suse 7.3. Known to work with Red Hat 7.2 and Mandrake 8.1 +# with gbootroot 1.3.6 (glibc 2.2.4). Should work with other +# distributions by using the proper inittab and getty. Send in +# feedback. # # Create either as a normal user or root. # @@ -276,13 +277,20 @@ reset # /usr/lib/kbd/keymaps/i386/qwerty/defkeymap.kmap.gz ##### Empty directories -/dev /proc /tmp /var/tmp /var/log /var/run +# NOTE: +# When genext2fs is turned on the /dev directory won't be made because +# genext2fs makes its own device directories. Therefore, if UML +# Exclusively is then turned on after creating a root_fs with +# genext2fs the Check, Links & Deps and Copy stage are required so +# that this directory can be created. +/dev + ##### Special links /etc/mtab -> /proc/mounts @@ -350,8 +358,8 @@ date dmesg tar -# Editors -vi +# Editors +#vi # Small, free, pico replacement. nano