mv installer install
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								3d017abd6f
							
						
					
				
			
			
				commit
				
					
						de4ddf9d1e
					
				
			
		
					 4 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@ type="$(cat "$__object/parameter/type")"
 | 
			
		|||
if [ "$type" = "swap" ]; then
 | 
			
		||||
   echo "mkswap $device"
 | 
			
		||||
else
 | 
			
		||||
   command="mkfs -t $type"
 | 
			
		||||
   command="mkfs -t $type -q"
 | 
			
		||||
   if [ -f "$__object/parameter/options" ]; then
 | 
			
		||||
      options="$(cat "$__object/parameter/options")"
 | 
			
		||||
      command="$command $options"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue