mirror of
				https://github.com/brain-hackers/brain-config.git
				synced 2025-11-04 14:38:36 +09:00 
			
		
		
		
	Remove nonint whiptail msgbox in do_overlayfs
This commit is contained in:
		
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					raspi-config (20220307) UNRELEASED; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Remove nonint whiptail msgbox in do_overlayfs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Serge Schneider <serge@raspberrypi.com>  Mon, 07 Mar 2022 09:26:38 +0000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
raspi-config (20220303) bullseye; urgency=medium
 | 
					raspi-config (20220303) bullseye; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Use wildcards for KMS test
 | 
					  * Use wildcards for KMS test
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2674,7 +2674,9 @@ do_overlayfs() {
 | 
				
			|||||||
    else
 | 
					    else
 | 
				
			||||||
      BPRO="writable"
 | 
					      BPRO="writable"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1
 | 
					    if [ "$INTERACTIVE" = True ]; then
 | 
				
			||||||
 | 
					      whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    DEFAULT=--defaultno
 | 
					    DEFAULT=--defaultno
 | 
				
			||||||
    CURRENT=0
 | 
					    CURRENT=0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user