diff --git a/yard/templates/Example-Debian.yard b/yard/templates/Example-Debian.yard index 7a02b56..9a7e5bc 100644 --- a/yard/templates/Example-Debian.yard +++ b/yard/templates/Example-Debian.yard @@ -1,4 +1,4 @@ -# $Id: Example-Debian.yard,v 1.5 2001/12/07 03:25:08 freesource Exp $ +# $Id: Example-Debian.yard,v 1.6 2001/12/11 07:15:43 freesource Exp $ # Generated by make_debian. # Note: This is provided as an example to show how a macro distribution @@ -162,6 +162,24 @@ # Stuff so ldconfig creates all the proper dependencies. /etc/ld.so.conf <= Replacements/etc/ld.so.conf +# User-Mode-Linux modules stuff +# +# These are modules compiled for the uml kernel version +# included with gbootroot. Choose 2.2 or 2.4 depending on +# which kernel series your are using with your live host system. +# You may either include the modules archive with the root +# filesystem as a replacement and "tar xvf", or untar the +# modules archive from the host system by mounting it +# with "mount -t hostfs none -o \ +# /usr/lib/bootroot/yard/Replacements/lib/modules /mnt" +# and then "tar xvf /mnt/modules-2.4.tar -C /". +# +# Then "depmod -ae -F /proc/ksyms" from the running uml kernel. +# +# +#/modules-2.2.tar <= Replacements/lib/modules/modules-2.2.tar +#/modules-2.4.tar <= Replacements/lib/modules/modules-2.4.tar + ## ALL the REQUIRED files generated by make-debian. ## This is stuff from the required packages, so some files may be ## removed, or some files can be replaced with stuff from say .. busybox.