mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-24 17:33:24 -05:00
Added the uml modules info.
This commit is contained in:
parent
7c926e2bf3
commit
39e317bccb
@ -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.
|
# 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
|
||||||
@ -162,6 +162,24 @@
|
|||||||
# Stuff so ldconfig creates all the proper dependencies.
|
# Stuff so ldconfig creates all the proper dependencies.
|
||||||
/etc/ld.so.conf <= Replacements/etc/ld.so.conf
|
/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.
|
## ALL the REQUIRED files generated by make-debian.
|
||||||
## This is stuff from the required packages, so some files may be
|
## This is stuff from the required packages, so some files may be
|
||||||
## removed, or some files can be replaced with stuff from say .. busybox.
|
## removed, or some files can be replaced with stuff from say .. busybox.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user