forked from srbala/fedora-kickstarts
		
	The enp1s0 interface is a left over from the imagefactory install, clean this up in post install
This commit is contained in:
		
							parent
							
								
									35240067e0
								
							
						
					
					
						commit
						51abf8dcd5
					
				| @ -81,6 +81,9 @@ rm -f /var/lib/rpm/__db* | |||||||
| # remove random seed, the newly installed instance should make it's own | # remove random seed, the newly installed instance should make it's own | ||||||
| rm -f /var/lib/systemd/random-seed | rm -f /var/lib/systemd/random-seed | ||||||
| 
 | 
 | ||||||
|  | # The enp1s0 interface is a left over from the imagefactory install, clean this up | ||||||
|  | rm -f /etc/sysconfig/network-scripts/ifcfg-enp1s0 | ||||||
|  | 
 | ||||||
| dnf -y remove dracut-config-generic | dnf -y remove dracut-config-generic | ||||||
| 
 | 
 | ||||||
| # Disable network service here, as doing it in the services line | # Disable network service here, as doing it in the services line | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user