We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f178a commit be28e96Copy full SHA for be28e96
1 file changed
oscfg/ubuntu.sh
@@ -102,7 +102,7 @@ EOF
102
rescue)
103
# special case of ubuntu install, non gfx
104
run apt-get update
105
- DEBIAN_FRONTEND=noninteractive run apt-get install -y e2fsprogs fdisk build-essential vim mtr openssh-server parted ntpdate lvm2 gddrescue testdisk debootstrap xfsprogs mingetty
+ DEBIAN_FRONTEND=noninteractive run apt-get install -y e2fsprogs fdisk build-essential vim mtr openssh-server parted ntpdate lvm2 gddrescue testdisk debootstrap xfsprogs mingetty btrfs-progs
106
;;
107
esac
108
0 commit comments