mirror of
				https://gitlab.com/alemaire/image-specs.git
				synced 2025-01-17 17:48:20 +00:00 
			
		
		
		
	Copying the keyring makes debootstrap to fail (#13)
Tested on debootstrap 1.0.93+nmu2
This commit is contained in:
		 gustavo panizzo
					gustavo panizzo
				
			
				
					committed by
					
						 Michael Stapelberg
						Michael Stapelberg
					
				
			
			
				
	
			
			
			 Michael Stapelberg
						Michael Stapelberg
					
				
			
						parent
						
							fd176e159d
						
					
				
				
					commit
					fa47ee98fb
				
			| @@ -34,14 +34,6 @@ steps: | |||||||
|     dirname: '/boot/firmware' |     dirname: '/boot/firmware' | ||||||
|     fs-tag: boot-fs |     fs-tag: boot-fs | ||||||
|  |  | ||||||
|   # Without copying the archive keyring into the chroot, debootstraps second |  | ||||||
|   # stage will revert to a known-working HTTPS mirror. As snapshot.d.o does |  | ||||||
|   # not provide HTTPS at this point, we need to avert that. |  | ||||||
|   - shell: | |  | ||||||
|       mkdir -p "${ROOT?}/usr/share/keyrings" |  | ||||||
|       cp /usr/share/keyrings/debian-archive-keyring.gpg "${ROOT?}/usr/share/keyrings/debian-archive-keyring.gpg" |  | ||||||
|     root-fs: root-fs |  | ||||||
|  |  | ||||||
|   # We need to use Debian buster (currently testing) instead of Debian stretch |   # We need to use Debian buster (currently testing) instead of Debian stretch | ||||||
|   # (currently stable) for: |   # (currently stable) for: | ||||||
|   # |   # | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user