From afbbbcebc0d42b5c077d6e638c4808ac06c2cbec Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 28 Jan 2020 19:50:56 +0300 Subject: [PATCH] +fio --- debian_nfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_nfs.sh b/debian_nfs.sh index 68a6194..e373338 100755 --- a/debian_nfs.sh +++ b/debian_nfs.sh @@ -61,7 +61,7 @@ echo en_US.UTF-8 UTF-8 > /etc/locale.gen echo ru_RU.UTF-8 UTF-8 >> /etc/locale.gen apt-get update -apt-get install -y network-manager mc less git wget ca-certificates zip unzip curl smartmontools hdparm python3 bzip2 xz-utils file debootstrap \ +apt-get install -y network-manager mc less git wget ca-certificates zip unzip curl smartmontools hdparm fio python3 bzip2 xz-utils file debootstrap \ openssh-server locales nfs-common linux-image-amd64 firmware-linux firmware-linux-nonfree firmware-amd-graphics firmware-realtek firmware-bnx2 firmware-bnx2x busybox echo '/dev/nfs / nfs tcp,nolock,ro,soft 0 0' > /etc/fstab