Merge pull request #1125 from NilSet/ionbashing
Use bash as shell until #1124 is fixed
This commit is contained in:
		
						commit
						ff69091501
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@ prompt = false
 | 
			
		|||
#acid = {}
 | 
			
		||||
#autoconf = {}
 | 
			
		||||
#automake = {}
 | 
			
		||||
#bash = {}
 | 
			
		||||
bash = {}
 | 
			
		||||
#binutils = {}
 | 
			
		||||
#ca-certificates = {}
 | 
			
		||||
#cargo = {}
 | 
			
		||||
| 
						 | 
				
			
			@ -75,10 +75,12 @@ uid = 0
 | 
			
		|||
gid = 0
 | 
			
		||||
name = "root"
 | 
			
		||||
home = "/root"
 | 
			
		||||
shell = "/bin/bash"
 | 
			
		||||
 | 
			
		||||
[users.user]
 | 
			
		||||
# Password is unset
 | 
			
		||||
password = ""
 | 
			
		||||
shell = "/bin/bash"
 | 
			
		||||
 | 
			
		||||
[[files]]
 | 
			
		||||
path = "/etc/init.d/00_base"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue