Changeset 286 in MondoRescue


Ignore:
Timestamp:
Jan 6, 2006, 11:31:53 AM (18 years ago)
Author:
andree
Message:

Changed module 'nfsacl' to 'nfs_acl' in mindi's 'NET_MODS' variable and
added 'nfs_acl' to mindi's 'EXTRA_MODS' variable.
On Debian Sid with kernel 2.6.15-1-k7-smp as at 06 Jan 06 we have:
andree@aurich3:~/shed/mr/svn.berlios$ lsmod | grep nfs
nfs 198600 2
lockd 57224 2 nfs
nfs_acl 3840 1 nfs
sunrpc 137980 4 nfs,lockd,nfs_acl
So, module 'nfs' depends on module 'nfs_acl'. This is assumed to be
solely kernel-dependent, i.e. not Debian-specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/mindi

    r278 r286  
    6666USB_MODS="usb-storage usb-ohci usb-uhci usbcore usb_storage hid uhci_hcd ehci_hcd uhci-hcd ehci-hcd usbkbd"
    6767CDROM_MODS="$TAPE_MODS $FLOPPY_MODS $IDE_MODS af_packet cdrom isocd isofs inflate_fs nls_iso8859-1 nls_cp437 sg sr_mod zlib_inflate $USB_MODS $PCMCIA_MODS"
    68 NET_MODS="sunrpc nfs nfsacl lockd loop mii e100 bcm5700 e1000 eepro100 tg3 pcnet32 vmxnet"
    69 EXTRA_MODS="$CDROM_MODS vfat fat loop linear raid0 raid1 raid5 lvm-mod dm-mod jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfsd lockd sunrpc jbd"
     68NET_MODS="sunrpc nfs nfs_acl lockd loop mii e100 bcm5700 e1000 eepro100 tg3 pcnet32 vmxnet"
     69EXTRA_MODS="$CDROM_MODS vfat fat loop linear raid0 raid1 raid5 lvm-mod dm-mod jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd"
    7070LOGFILE=/var/log/mindi.log
    7171FDDEVICE=/dev/fd0             ; # 1.44MB floppy #0
Note: See TracChangeset for help on using the changeset viewer.