|
|||||||||||
|
kernel modules mismatch
From: Gian Sartor <gian.sartor(at)worc.ox.ac.uk>
Date: Wed Feb 20 2008 - 05:19:50 EST
I am having some trouble with some DVD's I created from an internal mirror of etch. I get a message that "No kernel modules were found. This may be due to a mismatch in the installer kernel and the kernel available in the archive". I have two versions of the installer, one with kernel version 2.6.18-5 and 2.6.18-6, both give me the same error message. Have I left something important out of my CONF.sh file? # # This file will have to be sourced where needed # # Unset all optional variables first to start from a clean state unset NONFREE || true unset CONTRIB || true unset EXTRANONFREE || true unset LOCAL || true unset LOCALDEBS || true unset SECURITY || true unset BOOTDIR || true unset SYMLINK || true unset COPYLINK || true unset MKISOFS || true unset MKISOFS_OPTS || true unset ISOLINUX || true unset EXCLUDE || true unset NORECOMMENDS || true unset NOSUGGESTS || true unset DOJIGDO || true unset JIGDOTEMPLATEURL || true unset JIGDOFALLBACKURLS || true unset JIGDOINCLUDEURLS || true unset JIGDOSCRIPT || true unset JIGDO_OPTS || true unset PUBLISH_URL || true unset PUBLISH_PATH || true unset UDEB_INCLUDE || true unset UDEB_EXCLUDE || true unset BASE_INCLUDE || true unset BASE_EXCLUDE || true unset INSTALLER_CD || true unset MAXCDS || true unset SPLASHPNG || true unset OMIT_MANUAL || true unset OMIT_RELEASE_NOTES || true # The debian-cd dir # Building etch cd set ... # By default use Debian installer packages from $CODENAME
export DI_CODENAME=$CODENAME
# If set, controls where the d-i components are downloaded from. # Version number, "2.2 r0", "2.2 r1" etc. # Official or non-official set. # Which architecture do you want. We have # The following will make the current architecture the default, if you # IMPORTANT : The 4 following paths must be on the same partition/device. # Path of the temporary directory # Path where the images will be written # Where we keep the temporary apt stuff. # Do I want to have NONFREE merged in the CD set # Do I want to have CONTRIB merged in the CD set # Do I want to have NONFREE on a separate CD (the last CD of the CD set) # If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with # If your local packages are not under $MIRROR, but somewhere else, # Where to find the security patches. This directory should be the # Sparc only : bootdir (location of cd.b and second.b) # Symlink farmers should uncomment this line : # Use this to force copying the files instead of symlinking or hardlinking # Options export MKISOFS_OPTS="-r" #For normal users # ISOLinux support for multiboot on CD1 for i386 # uncomment this to if you want to see more of what the Makefile is doing # uncoment this to make build_all.sh try to build a simple CD image if # Set your disk type here. Known types are: (the remainder of the file remains unchanged from the default) Any help would be very much appreciated. Thanks -- Gian -- To UNSUBSCRIBE, email to debian-cd-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Wed Feb 20 05:18:36 2008 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 06:57:26 EDT |
||||||||||
|
|||||||||||