mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-12 07:43:22 -04:00
Added a few extra things, just about ready for a release.
This commit is contained in:
parent
29d2468498
commit
d32a4477b1
@ -3,7 +3,7 @@
|
|||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||||
alink="#FF0000">
|
alink="#FF0000">
|
||||||
|
|
||||||
<center>$Id: index.html,v 1.122 2003/02/20 03:24:12 freesource Exp $</center>
|
<center>$Id: index.html,v 1.123 2003/02/24 05:58:04 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -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
|
bit. Familiarize yourself with the Format Rules found near
|
||||||
the top of the template or <a
|
the top of the template or <a
|
||||||
href="#template-help">here</a>. You may want to save the
|
href="#template-help">here</a>. You may want to save the
|
||||||
template with a different name and experiment with changes, or create
|
template with a different name and experiment with new changes, or
|
||||||
a new template using File->New (Shortcut: Alt-N).</p>
|
create a new template using File->New (Shortcut: Alt-N).</p>
|
||||||
|
|
||||||
|
|
||||||
<u>Make your own mini distribution from an existing template.</u>
|
<u>Make your own mini distribution from an existing template.</u>
|
||||||
@ -807,7 +807,8 @@ Choose <b>Example.yard</b> from the Template menu in the ARS.
|
|||||||
|
|
||||||
There are two types of inittabs provided for each major distribution
|
There are two types of inittabs provided for each major distribution
|
||||||
type. The inittab with nodevfs appended doesn't use the
|
type. The inittab with nodevfs appended doesn't use the
|
||||||
device fs, i.e. the devfs=nomount kernel option.</p>
|
device fs. Use the devfs=nomount kernel option if no devfs is
|
||||||
|
desired.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
@ -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
|
# Example.yard
|
||||||
#
|
#
|
||||||
# Creates a minimalistic multi-user runlevel root filesystem with
|
# Creates a minimalistic multi-user runlevel root filesystem with
|
||||||
# getty. Tested on Debian stable/unstable and Red Hat 7.3/8.0.
|
# getty. Tested on Debian stable/unstable, Red Hat 7.3/8.0, Mandrake
|
||||||
# Known to work with Red Hat 7.2 and Mandrake 8.1 with gbootroot
|
# 9.0 and Suse 7.3. Known to work with Red Hat 7.2 and Mandrake 8.1
|
||||||
# 1.3.6 (glibc 2.2.4). Should work with other distributions by
|
# with gbootroot 1.3.6 (glibc 2.2.4). Should work with other
|
||||||
# using the proper inittab and getty. Send in feedback.
|
# distributions by using the proper inittab and getty. Send in
|
||||||
|
# feedback.
|
||||||
#
|
#
|
||||||
# Create either as a normal user or root.
|
# Create either as a normal user or root.
|
||||||
#
|
#
|
||||||
@ -276,13 +277,20 @@ reset
|
|||||||
# /usr/lib/kbd/keymaps/i386/qwerty/defkeymap.kmap.gz
|
# /usr/lib/kbd/keymaps/i386/qwerty/defkeymap.kmap.gz
|
||||||
|
|
||||||
##### Empty directories
|
##### Empty directories
|
||||||
/dev
|
|
||||||
/proc
|
/proc
|
||||||
/tmp
|
/tmp
|
||||||
/var/tmp
|
/var/tmp
|
||||||
/var/log
|
/var/log
|
||||||
/var/run
|
/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
|
##### Special links
|
||||||
/etc/mtab -> /proc/mounts
|
/etc/mtab -> /proc/mounts
|
||||||
|
|
||||||
@ -350,8 +358,8 @@ date
|
|||||||
dmesg
|
dmesg
|
||||||
tar
|
tar
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
vi
|
#vi
|
||||||
# Small, free, pico replacement.
|
# Small, free, pico replacement.
|
||||||
nano
|
nano
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user