mirror of
				https://github.com/brain-hackers/brain-config.git
				synced 2025-11-04 14:38:36 +09:00 
			
		
		
		
	Add -q flag to wait.conf
This commit is contained in:
		
							
								
								
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,10 @@
 | 
				
			|||||||
 | 
					raspi-config (20220110) bullseye; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Add -q flag to wait.conf
 | 
				
			||||||
 | 
					    - https://github.com/RPi-Distro/raspi-config/issues/173
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Serge Schneider <serge@raspberrypi.com>  Mon, 10 Jan 2022 11:54:26 +0000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
raspi-config (20220106) bullseye; urgency=medium
 | 
					raspi-config (20220106) bullseye; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [ garyk10 ]
 | 
					  [ garyk10 ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1562,7 +1562,7 @@ do_boot_wait() {
 | 
				
			|||||||
    cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
 | 
					    cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
ExecStart=
 | 
					ExecStart=
 | 
				
			||||||
ExecStart=/usr/sbin/dhcpcd -w
 | 
					ExecStart=/usr/sbin/dhcpcd -w -q
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
    STATUS=enabled
 | 
					    STATUS=enabled
 | 
				
			||||||
  elif [ $RET -eq 1 ]; then
 | 
					  elif [ $RET -eq 1 ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user