autopart return stuff fix
This commit is contained in:
		
							parent
							
								
									5aba206470
								
							
						
					
					
						commit
						0c96b9e85e
					
				@ -189,8 +189,9 @@ Please finish the name of the primary partition you have created:
 | 
			
		||||
			if autopart -f$PF
 | 
			
		||||
			then	if [ -s "$PF" ]
 | 
			
		||||
				then
 | 
			
		||||
					bd="`cat $PF`"
 | 
			
		||||
					cat "$PF" | read bd bdn
 | 
			
		||||
					set `cat $PF`
 | 
			
		||||
					bd="$1"
 | 
			
		||||
					bdn="$2"
 | 
			
		||||
					biosdrivename="Probably, the right command is \"boot $bdn\"."
 | 
			
		||||
					if [ -b "/dev/$bd" ]
 | 
			
		||||
					then	primary="$bd"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user