Browse Source

Some more doc improvements.

master
freesource 23 years ago
parent
commit
b000ac1f26
  1. 15
      yard/templates/Example-Debian.yard
  2. 37
      yard/templates/Example.yard

15
yard/templates/Example-Debian.yard

@ -1,4 +1,4 @@
# $Id: Example-Debian.yard,v 1.10 2001/12/13 05:29:23 freesource Exp $ # $Id: Example-Debian.yard,v 1.11 2001/12/13 05:43:28 freesource Exp $
# Generated by make_debian. # Generated by make_debian.
# Note: This is provided as an example to show how a macro distribution # Note: This is provided as an example to show how a macro distribution
@ -105,15 +105,18 @@
/etc/hosts.deny /etc/hosts.deny
# Network stuff # Network stuff
# You will want to edit the interfaces file. #
# Remember to load any needed modules on the host system, for instance # You will want to edit the /etc/network/interfaces file.
# if tap is used, you will want to do this: # Make sure your host system kernel has the proper capabilities compiled
# modprobe ethertap # or the appropriate module, for instance if tap is used you need the
# modprobe netlink_dev # ethertap and netlink_dev modules.
#
# And when you start your creation with the uml box you will want to add # And when you start your creation with the uml box you will want to add
# something like this to the options where HWaddr (see ifconfig) belongs # something like this to the options where HWaddr (see ifconfig) belongs
# to your network device: # to your network device:
#
# eth0=ethertap,tap0,HWaddr,192.168.1.5 # eth0=ethertap,tap0,HWaddr,192.168.1.5
#
/etc/resolv.conf /etc/resolv.conf
/etc/hosts <= Replacements/etc/hosts /etc/hosts <= Replacements/etc/hosts
/root/umlnet <= Replacements/root/umlnet # Example network setup script /root/umlnet <= Replacements/root/umlnet # Example network setup script

37
yard/templates/Example.yard

@ -1,4 +1,4 @@
# $Id: Example.yard,v 1.14 2001/12/13 03:01:15 freesource Exp $ # $Id: Example.yard,v 1.15 2001/12/13 03:02:18 freesource Exp $
# Example.yard # Example.yard
# #
# Creates a minimalistic multi-user runlevel root filesystem with getty. # Creates a minimalistic multi-user runlevel root filesystem with getty.
@ -83,7 +83,7 @@
############################################################################## ##############################################################################
# init - parent of all processes # init - parent of all processes
# Choose an inittab to compliment the traditional init in the page below. # Choose an inittab farther below in the page.
/sbin/init /sbin/init
telinit telinit
/sbin/shutdown /sbin/shutdown
@ -97,7 +97,7 @@ telinit
# Login stuff # Login stuff
/bin/login /bin/login
/sbin/sulogin # used by inittab.debian-min /sbin/sulogin
/etc/securetty <= Replacements/etc/securetty.example /etc/securetty <= Replacements/etc/securetty.example
/root/.bashrc <= Replacements/root/.bashrc.debian /root/.bashrc <= Replacements/root/.bashrc.debian
/root/.profile <= Replacements/root/.profile.debian /root/.profile <= Replacements/root/.profile.debian
@ -122,8 +122,9 @@ telinit
#/etc/shadow <= Replacements/etc/shadow.debian #/etc/shadow <= Replacements/etc/shadow.debian
/etc/login.defs /etc/login.defs
# Specify these binaries absolutely because boot scripts need them to be here. # Specify these binaries absolutely because some boot scripts may
/bin/echo # for inittab.debian.sample # need them to be here.
/bin/echo
/bin/mount /bin/mount
/bin/umount /bin/umount
/bin/cat /bin/cat
@ -135,9 +136,7 @@ telinit
/usr/bin/find /usr/bin/find
##### SHELLS ##### SHELLS
# Bash is huge and requires libncurses.so. #
# Many people use a smaller lightweight shell, like ash or kiss,
# and use that instead.
/bin/sh -> bash /bin/sh -> bash
/bin/sash /bin/sash
# #
@ -197,8 +196,8 @@ telinit
/dev/loop[0-2] /dev/loop[0-2]
/dev/fd0 /dev/fd0
##### utmp and wtmp. ##### utmp and wtmp (Made by rcS if they don't exist.)
# Made by rcS if they don't exist. # Utilities which use them.
w w
last last
@ -216,6 +215,7 @@ 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
@ -234,11 +234,9 @@ modprobe
/etc/modules.conf /etc/modules.conf
# #
# Modules from your host system. # Modules from your host system.
# Select the ones required.
# #
# You probably want to be more selective than this #/lib/modules/$RELEASE/*
# Do a "lsmod" and include the modules you use.
#
#/lib/modules/$RELEASE/*/*.o
# #
# User-Mode-Linux modules # User-Mode-Linux modules
# #
@ -258,8 +256,7 @@ modprobe
#/modules-2.2.tar <= Replacements/lib/modules/modules-2.2.tar #/modules-2.2.tar <= Replacements/lib/modules/modules-2.2.tar
#/modules-2.4.tar <= Replacements/lib/modules/modules-2.4.tar #/modules-2.4.tar <= Replacements/lib/modules/modules-2.4.tar
##### ESSENTIAL SYSTEM UTILITIES ##### SYSTEM UTILITIES
# (your rescue disk may not boot if these are not present.)
chmod chmod
chown chown
chroot chroot
@ -272,8 +269,6 @@ rm
stty stty
sync sync
uname uname
##### NON-ESSENTIAL BUT USEFUL UTILITIES
which which
ldd ldd
du du
@ -317,3 +312,9 @@ badblocks
#debugreiserfs #debugreiserfs
#unpack #unpack
#resize_reiserfs #resize_reiserfs

Loading…
Cancel
Save