Add ethtool, nvme-cli

master
Vitaliy Filippov 2020-01-31 18:17:24 +03:00
parent b4761f4adb
commit 103b99512a
1 changed files with 5 additions and 2 deletions

View File

@ -61,8 +61,11 @@ 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 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
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 ethtool nvme-cli 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
echo 'tmpfs /tmp tmpfs defaults 0 0' >> /etc/fstab