mirror of
				https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
				synced 2025-10-31 17:04:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # These are hooks that is incorporated in initramfs and does not need to be executable by itself.
 | |
| calamares: script-not-executable
 | |
| 
 | |
| # Private libraries, so no -dev packages or symbol files
 | |
| calamares: non-dev-pkg-with-shlib-symlink
 | |
| calamares: no-symbols-control-file
 | |
| calamares: package-name-doesnt-match-sonames
 | |
| 
 | |
| # Debian live media relies on sudo so this message isn't needed
 | |
| calamares: desktop-command-not-in-package usr/share/applications/calamares.desktop sudo
 | |
| 
 | |
| # False positive
 | |
| calamares: spelling-error-in-binary usr/bin/calamares yUR your
 |