Install btrfs on host
This commit is contained in:
parent
d99c5c7d21
commit
d0fcbe5318
|
@ -51,7 +51,7 @@ 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 coreutils debootstrap e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1
|
apt install -y btrfs-progs 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