move arch-specific stuff to arch-specific subdirs and move all the common stuff to a subdir named 'common'. Also, rename '.profile' and '.bash_history' so you actually see them when you 'ls' the 'common' dir. also added some helpful(?) comments to the templates.
		
			
				
	
	
		
			4 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			163 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| PS1="[anaconda \u@\h \W]\\$ "
 | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/mnt/sysimage/sbin:/mnt/sysimage/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin
 | |
| export PATH PS1
 |