32 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
| # List of modules that you want to include in your initramfs.
 | |
| #
 | |
| # Syntax:  module_name [args ...]
 | |
| #
 | |
| # You must run update-initramfs(8) to effect this change.
 | |
| #
 | |
| # Examples:
 | |
| #
 | |
| # raid1
 | |
| # sd_mod
 | |
| 
 | |
| # Kernel 3.2 video.
 | |
| #vga16b
 | |
| #vesafb
 | |
| #fbcon
 | |
| 
 | |
| # Kernel 3.7+ video.
 | |
| virtio_gpu
 | |
| vmwgfx
 | |
| 
 | |
| uvesafb
 | |
| 
 | |
| # Generales
 | |
| #usbcore
 | |
| #uhci_hcd
 | |
| #ehci_hcd
 | |
| usbhid
 | |
| usbmouse
 | |
| mac-hid
 | |
| arc4
 | |
| cmac
 |