5 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
if [ -f /boot/initramfs ];then
 | 
						|
	mv /boot/initramfs /boot/initramfs_eski
 | 
						|
fi
 | 
						|
dracut -N --force --xz --omit systemd --add plymouth --add-drivers ahci -f /boot/initramfs `uname -r`
 |