Changeset 3714 in MondoRescue


Ignore:
Timestamp:
May 16, 2019, 11:45:13 PM (5 years ago)
Author:
Bruno Cornec
Message:

Add support for i40e Ethernet driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3713 r3714  
    7272PCMCIA_MODS="pcmcia_core ds yenta_socket"
    7373USB_MODS="usb-storage usb_storage usb-ohci usb-uhci input hid hid_generic hid-generic hid_microsoft hid-microsoft uhci_hcd uhci-hcd ehci-hcd ehci-pci ohci-hcd ohci_hcd ohci-pci xhci xhci-hcd xhci-pci usbkbd usbhid keybdev mousedev scsi_mod ff-memless ums_cypress ums-cypress cp210x usbserial cdc_eem"
    74 NET_MODS="nfs nfsv2 nfsv3 nfsv4 nfsd loop mii 3c59x e100 bcm5700 cnic be2net bnx2 bnx2x bnx2i mdio e1000 e1000e igb dca eepro100 ne2k-pci tg3 pcnet32 8139cp 8139too 8390 enic forcedeth vmxnet vmxnet3 vmnet exportfs fuse netbk xenblktap r8169 virtio_net via_rhine ipv6 ptp rpcsec_gss_krb5"
     74NET_MODS="nfs nfsv2 nfsv3 nfsv4 nfsd loop mii 3c59x e100 bcm5700 cnic be2net bnx2 bnx2x bnx2i mdio e1000 e1000e igb i40e dca eepro100 ne2k-pci tg3 pcnet32 8139cp 8139too 8390 enic forcedeth vmxnet vmxnet3 vmnet exportfs fuse netbk xenblktap r8169 virtio_net via_rhine ipv6 ptp rpcsec_gss_krb5"
    7575CDROM_MODS="$TAPE_MODS $IDE_MODS $USB_MODS $PCMCIA_MODS $SCSI_MODS $NET_MODS cdrom isocd isofs sg sr_mod iso9660 nls_iso8859-1 nls_cp437 vfat fat loop md-mod lvm-mod dm-mod dm_mod dm-multipath dm-emc dm-hp-sw dm-rdac dm-region-hash dm-thin-pool multipath jfs xfs btrfs reiserfs ext2 ext3 minix nfs nfsd ext4 ocfs2 configfs vxfs ntfs nls_utf8"
    7676# Replace with that line for HP OCMP e.g.
     
    16331633du -sk $MINDI_TMP/target/* >> $LOGFILE
    16341634LogFile "------------------------------------------"
    1635 LogFile "Kernel size = `du -sk $kernelpath | cut -f1` K"
    1636 LogFile "--------------------------------"
    16371635
    16381636if [ "$retval" -ne "0" ] ; then
     
    30883086if [ -f $MINDI_CONFIG ]; then
    30893087    LogFile "-----------------------------"
    3090     LogFile " Mindi configuration file    "
     3088    LogFile "Mindi configuration file     "
    30913089    LogFile "-----------------------------"
    30923090    grep -Ev '^#' $MINDI_CONFIG >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.