On 03/06/2012 09:50 PM, Marco d'Itri wrote:
On Mar 07, Dave Witbrodt<[email protected]> wrote:
All of the changes reveal that modules were no longer being added to the
initrd with 6-1 installed. Having painstaking crafted my own '.config'
Do you use MODULES=most in /etc/initramfs-tools/initramfs.conf or
something else?
# cd /etc/initramfs-tools/
# cat initramfs.conf
#
# initramfs.conf
# Configuration file for mkinitramfs(8). See initramfs.conf(5).
#
# Note that configuration options from this file can be overridden
# by config files in the /etc/initramfs-tools/conf.d directory.
#
# MODULES: [ most | netboot | dep | list ]
#
# most - Add most filesystem and all harddrive drivers.
#
# dep - Try and guess which modules to load.
#
# netboot - Add the base modules, network modules, but skip
# block devices.
#
# list - Only include modules from the 'additional modules' list
#
MODULES=most
#
# BUSYBOX: [ y | n ]
#
# Use busybox if available.
#
BUSYBOX=y
#
# KEYMAP: [ y | n ]
#
# Load a keymap during the initramfs stage.
#
KEYMAP=n
#
# COMPRESS: [ gzip | bzip2 | lzma | lzop | xz ]
#
COMPRESS=gzip
#
# NFS Section of the config.
#
#
# BOOT: [ local | nfs ]
#
# local - Boot off of local media (harddrive, USB stick).
#
# nfs - Boot using an NFS drive as the root of the drive.
#
BOOT=local
#
# DEVICE: ...
#
# Specify a specific network interface, like eth0
# Overridden by optional ip= bootarg
#
DEVICE=
#
# NFSROOT: [ auto | HOST:MOUNT ]
#
NFSROOT=auto
As you see, it is set to "MOST". I do not recall ever changing that
value, but if I did it has not been for a very long time:
root@desktop:/etc/initramfs-tools# la
total 24
drwxr-xr-x 2 root root 4096 Jun 29 2011 conf.d
drwxr-xr-x 2 root root 4096 Jan 28 2011 hooks
-rw-r--r-- 1 root root 1108 May 11 2011 initramfs.conf
-rw-r--r-- 1 root root 246 Jun 29 2011 modules
drwxr-xr-x 11 root root 4096 Jun 29 2011 scripts
-rw-r--r-- 1 root root 378 Aug 25 2010 update-initramfs.conf
At your service for any other info/testing,
Dave W.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]