'pre-inst.sh' now automatically runs 'install.sh' inside chroot
This commit is contained in:
		@@ -190,8 +190,7 @@ printf \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
chroot \
 | 
					chroot \
 | 
				
			||||||
	/mnt \
 | 
						/mnt \
 | 
				
			||||||
	bash \
 | 
						"$(printf "${BASEDIR}\n" | sed 's|.*\/|\/|')/install.sh"
 | 
				
			||||||
	--login
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -I {} umount -Rlf {}
 | 
					mount | grep -v zfs | tac | awk '/\/mnt/ {print $3}' | xargs -I {} umount -Rlf {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user