mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Increase /boot/efi on RHEL installs
Sometimes, anaconda decides that 50MB is not enough. Their doucmentation calls out '100 MB', so go with documentation minimun
This commit is contained in:
		@@ -219,7 +219,7 @@ if [ `uname -m` = "ppc64" ]; then
 | 
			
		||||
	echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitioning 
 | 
			
		||||
fi
 | 
			
		||||
if [ -d /sys/firmware/efi ]; then 
 | 
			
		||||
	echo 'part /boot/efi --size 50 --ondisk '$instdisk' --fstype vfat' >> /tmp/partitioning
 | 
			
		||||
	echo 'part /boot/efi --size 100 --ondisk '$instdisk' --fstype vfat' >> /tmp/partitioning
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
#TODO: ondisk detection, /dev/disk/by-id/edd-int13_dev80 for legacy maybe, and no idea about efi.  at least maybe blacklist SAN if mptsas/mpt2sas/megaraid_sas seen...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user