| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -295,7 +295,7 @@ echo 'File created by kickstart. See systemd-update-done.service(8).' \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Drop the rescue kernel and initramfs, we don't need them on the live media itself. | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# See bug 1317709 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					rm -f /boot/*-rescue* | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					rm -f /boot/\*-rescue* | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Disable network service here, as doing it in the services line | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# fails due to RHBZ #1369794 | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -308,7 +308,7 @@ touch /etc/machine-id | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%end | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%post --nochroot | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp $INSTALL_ROOT/usr/share/licenses/*-release/* $LIVE_ROOT/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp $INSTALL_ROOT/usr/share/licenses/\*-release/\* $LIVE_ROOT/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# only works on x86, x86_64 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -319,6 +319,7 @@ fi | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%end | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%post | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# THIS IS ALL RUN IN THE LIVE ROOT | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# cinnamon configuration | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# create /etc/sysconfig/desktop (needed for installation) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -351,28 +352,28 @@ chown -R liveuser:liveuser /home/liveuser | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					restorecon -R /home/liveuser | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					EOF | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%end | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%post | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# go to the backgrounds folder for custom images | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cd /usr/share/backgrounds/images | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# fetch custom RIT backgrounds | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#FIXME | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Fetch rpm fusion scripts | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					mkdir -p /usr/share/autostart | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp -R scripts/ /home/liveuser/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					chown -R liveuser:liveuser /home/liveuser | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					restorecon -R /home/liveuser | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					mkdir -p $INSTALL_ROOT/usr/share/autostart | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					mkdir -p $INSTALLROOT/usr/local/tigeros | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp -r /scripts/ $INSTALL_ROOT/usr/local/tigeros/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp /home/liveuser/enablerpmfusion.sh /usr/share/autostart/enablerpmfusion.sh | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp /home/liveuser/FusionEnableLauncher.py /usr/share/autostart/FusionEnableLauncher.py | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cp /home/liveuser/postinstall /usr/share/autostart/postinstall | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					ln -s $INSTALL_ROOT/home/liveuser/enablerpmfusion.sh $INSTALL_ROOT/usr/share/autostart/enablerpmfusion.sh | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					ln -s $INSTALL_ROOT/usr/local/tigeros/FusionEnableLauncher.py $INSTALL_ROOT/usr/share/autostart/FusionEnableLauncher.py | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					ln -s $INSTALL_ROOT/usr/local/tigeros/postinstall $INSTALL_ROOT/usr/share/autostart/postinstall | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					chmod a+rwx enablerpmfusion.sh | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					chmod -R 755 $INSTALL_ROOT/usr/local/tigeros/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# Download and install google chrome | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					dnf install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					dnf --installroot=$INSTALL_ROOT install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					restorecon -R $INSTALL_ROOT/home/liveuser | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%end | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					%packages | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -411,7 +412,6 @@ lynx | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					memtest86+ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					parole | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					pidgin | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#playonlinux | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					rhythmbox | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					syslinux | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					transmission | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -424,7 +424,7 @@ zsh | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-fedora-bookmarks | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-fedora-icon-theme | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-fedora-logos | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#-fedora-release | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-fedora-release | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-fedora-release-notes | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-hplip | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					-isdn4k-utils | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
 |