On Wed, 03 Jan 2001 12:20:04 +1100,
Keith Owens <kaos@xxxxxxxxxxxxxxxxx> wrote:
>On Tue, 2 Jan 2001 18:57:25 -0600,
>Russell Cattelan <cattelan@xxxxxxx> wrote:
>>Date: Tue Jan 2 16:57:14 PST 2001
>>Modid: 2.4.x-xfs:slinx:81395a
>>cmd/xfs/misc/mkinitrd.xfs - 1.3
>> - Update mkinitrd to use new module layout.
>
>Instead of hardcoding module paths into mkinitrd and changing the
>script when modules move, it is better to run as (untested)
>
>mkinitrd --with=pagebuf --with=xfs_support --with=xfs
Forgot to mention. Instead of commenting out these lines
# echo "No module $modName found for kernel $kernel" >&2
# exit 1
you can precede a module name with '-' to suppress errors. No need to
hack the script.
|