Install recent version of debootstrap and keyring
This commit is contained in:
		
							parent
							
								
									a0d3b1a5b0
								
							
						
					
					
						commit
						914a883150
					
				|  | @ -51,7 +51,15 @@ dbs_pkg_include="aptitude,btrfs-progs,bzip2,cryptsetup,debconf-i18n,dialog,dmset | ||||||
| 
 | 
 | ||||||
| # Prepare host system {{{ | # Prepare host system {{{ | ||||||
| apt update | apt update | ||||||
| apt install -y btrfs-progs coreutils debootstrap e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1 | apt install -y coreutils e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1 | ||||||
|  | 
 | ||||||
|  | ## Install a recent version of debootstrap | ||||||
|  | wget http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.114_all.deb -O /tmp/debootstrap.deb | ||||||
|  | dpkg -i /tmp/debootstrap.deb || exit 2 | ||||||
|  | 
 | ||||||
|  | ## Install a recent version of debian-archive-keyring | ||||||
|  | wget http://ftp.de.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2019.1+deb10u1_all.deb -O /tmp/debian-archive-keyring.deb | ||||||
|  | dpkg -i /tmp/debian-archive-keyring.deb || exit 3 | ||||||
| # }}} | # }}} | ||||||
| # Partitionning {{{ | # Partitionning {{{ | ||||||
| if [ "${manage_part}" -eq 0 ]; then | if [ "${manage_part}" -eq 0 ]; then | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue