Ensure to install LVM thin provisionning tool
This commit is contained in:
		
							parent
							
								
									8306a9c454
								
							
						
					
					
						commit
						ff958d5b56
					
				|  | @ -47,11 +47,11 @@ RESET='\033[0m' | ||||||
| ## Package to exclude from debootstrap install | ## Package to exclude from debootstrap install | ||||||
| dbs_pkg_exclude="vim-tiny" | dbs_pkg_exclude="vim-tiny" | ||||||
| ## Package to include to debootstrap install | ## Package to include to debootstrap install | ||||||
| dbs_pkg_include="aptitude,btrfs-progs,bzip2,cryptsetup,debconf-i18n,dialog,dmsetup,htop,isc-dhcp-client,isc-dhcp-common,locales,lvm2,openssh-server,pciutils,tmux,vim-nox,wget,zsh" | dbs_pkg_include="aptitude,btrfs-progs,bzip2,cryptsetup,debconf-i18n,dialog,dmsetup,htop,isc-dhcp-client,isc-dhcp-common,locales,lvm2,openssh-server,pciutils,thin-provisioning-tools,tmux,vim-nox,wget,zsh" | ||||||
| 
 | 
 | ||||||
| # Prepare host system {{{ | # Prepare host system {{{ | ||||||
| apt update | apt update | ||||||
| apt install -y coreutils debootstrap e2fsprogs gawk ipcalc lvm2 parted util-linux wget || exit 1 | apt install -y coreutils debootstrap e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1 | ||||||
| # }}} | # }}} | ||||||
| # Partitionning {{{ | # Partitionning {{{ | ||||||
| if [ "${manage_part}" -eq 0 ]; then | if [ "${manage_part}" -eq 0 ]; then | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue