From b4761f4adbe6fa7ea06fa4b1cf26c55c5b9ad3d6 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 28 Jan 2020 19:52:07 +0300 Subject: [PATCH] +pci+usb utils --- debian_nfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_nfs.sh b/debian_nfs.sh index e373338..c4e6c5a 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 fio python3 bzip2 xz-utils file debootstrap \ +apt-get install -y network-manager mc less git wget ca-certificates zip unzip curl smartmontools hdparm fio pciutils usbutils 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