|
@ -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 |
|
|
|
|
|
|
|
|