mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Merge pull request #624 from c-po/target
hooks: T6346: set default boot target to multi-user.target
This commit is contained in:
		
						commit
						1f59787ff6
					
				
							
								
								
									
										4
									
								
								data/live-build-config/hooks/live/20-systemd_target.chroot
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										4
									
								
								data/live-build-config/hooks/live/20-systemd_target.chroot
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
echo I: Choose systemd multi-user.target over graphical.target
 | 
			
		||||
systemctl set-default -f multi-user.target
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user