mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-28 01:45:39 +00:00 
			
		
		
		
	Have a genesis edition for confluent os deploy. While the need for genesis is mitigated and many functions should be available through pre script, provide a more assured environmennt as a fallback, if the OS isn't going to be imported or using something like ESXi.
		
			
				
	
	
		
			7 lines
		
	
	
		
			362 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			362 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| instmods e1000 e1000e igb sfc mlx5_en mlx4_en cxgb3 cxgb4 tg3 bnx2 bnx2x bna ixgb ixgbe qlge mptsas mpt2sas mpt3sas megaraid_sas ahci xhci-hcd sd_mod pmcraid be2net vfat ext3 ext4 usb_storage scsi_wait_scan ipmi_si ipmi_devintf qlcnic xfs
 | |
| instmods cdc_ether
 | |
| instmods mptctl
 | |
| instmods mlx4_ib mlx5_ub ib_umad ib_ipoib
 | |
| instmods i40e hfi1 bnxt_en qed qede
 |