mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			823 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			823 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| instmods nfs sunrpc
 | |
| instmods e1000 e1000e virtio_net virtio_pci igb ines sfc mlx4_en mlx5_core cxgb3 cxgb4 tg3 bnx2 bnx2x bna ixgb ixgbe qlge mptsas mpt2sas mpt3sas ata_piix megaraid_sas virtio_blk ahci ibmaem xhci-hcd sd_mod pmcraid be2net vfat ext3 ext4 btrfs reiserfs usb_storage scsi_wait_scan kvm kvm-intel kvm-amd ipmi_powernv ipmi_si ipmi_devintf qlcnic xfs
 | |
| instmods macvlan macvtap 8021q bridge bonding vmxnet3 cpufreq_ondemand acpi-cpufreq powernow-k8 cdc_ether
 | |
| instmods mptctl #LSI firmware management requires this
 | |
| instmods mlx4_ib mlx5_ib ib_umad #make the mellanox ib available enough to examine /sys
 | |
| instmods dm-mod  #support LVM for sysclone
 | |
| instmods sg # Lenovo thinkserver firmware update support
 | |
| instmods ipr # IBM Power RAID
 | |
| instmods i40e # Intel 40GbE
 | |
| instmods rtc-opal # For hardware clock
 |