Install btrfs packages
This commit is contained in:
parent
a14ef35708
commit
19e5f007db
|
@ -32,7 +32,7 @@ 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,bzip2,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,btrfs-tools,bzip2,debconf-i18n,dialog,dmsetup,htop,isc-dhcp-client,isc-dhcp-common,locales,lvm2,openssh-server,pciutils,tmux,vim-nox,wget,zsh"
|
||||||
|
|
||||||
# Prepare host system {{{
|
# Prepare host system {{{
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Reference in New Issue